Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/atari/floppies/common Remove redundant mount_gemdos ...



details:   https://anonhg.NetBSD.org/src/rev/ca72fba96819
branches:  trunk
changeset: 813476:ca72fba96819
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Jan 30 00:52:11 2016 +0000

description:
Remove redundant mount_gemdos script and put an alias instead.

diffstat:

 distrib/atari/floppies/common/dot.profile  |  4 +++-
 distrib/atari/floppies/common/list.images  |  3 +--
 distrib/atari/floppies/common/mount_gemdos |  3 ---
 3 files changed, 4 insertions(+), 6 deletions(-)

diffs (42 lines):

diff -r 7d93facbf3cc -r ca72fba96819 distrib/atari/floppies/common/dot.profile
--- a/distrib/atari/floppies/common/dot.profile Sat Jan 30 00:00:56 2016 +0000
+++ b/distrib/atari/floppies/common/dot.profile Sat Jan 30 00:52:11 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dot.profile,v 1.4 2012/06/30 10:20:26 tsutsui Exp $
+# $NetBSD: dot.profile,v 1.5 2016/01/30 00:52:11 tsutsui Exp $
 #
 # Copyright (c) 1995 Jason R. Thorpe
 # Copyright (c) 1994 Christopher G. Demetriou
@@ -46,6 +46,8 @@
 
 umask 022
 
+mount_gemdos() mount_msdos -G "$@"
+
 makerootwritable() {
        # note, only handles up to partition 'j'
        rootdev=/dev/$(sysctl -n kern.root_device)$(sysctl -n kern.root_partition | sed y/0123456789/abcdefghij/)
diff -r 7d93facbf3cc -r ca72fba96819 distrib/atari/floppies/common/list.images
--- a/distrib/atari/floppies/common/list.images Sat Jan 30 00:00:56 2016 +0000
+++ b/distrib/atari/floppies/common/list.images Sat Jan 30 00:52:11 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list.images,v 1.10 2014/11/24 08:08:23 tsutsui Exp $
+#      $NetBSD: list.images,v 1.11 2016/01/30 00:52:11 tsutsui Exp $
 
 SRCDIRS        bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/atari/stand
 LIBS   libhack.o -lprop -lrmt -lz -lutil -lcurses -lterminfo -ll -lm
@@ -11,7 +11,6 @@
 COPY   ${NETBSDSRCDIR}/etc/master.passwd       etc/master.passwd
 
 COPY   ${CURDIR}/../common/dot.profile         .profile
-COPY   ${CURDIR}/../common/mount_gemdos        sbin/mount_gemdos       555
 
 # and the keyboard maps
 MTREE  ./usr/share/keymaps     type=dir uname=root gname=wheel mode=0755
diff -r 7d93facbf3cc -r ca72fba96819 distrib/atari/floppies/common/mount_gemdos
--- a/distrib/atari/floppies/common/mount_gemdos        Sat Jan 30 00:00:56 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-#!/bin/sh
-# $NetBSD: mount_gemdos,v 1.1 2009/02/02 18:38:37 abs Exp $
-exec mount_msdos -G "$@"



Home | Main Index | Thread Index | Old Index