From d55e4fc367032e5740220ba252eaaa98fe268650 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 21 May 2009 19:24:42 +0200 Subject: [PATCH] Remove .sh suffix from the last 3 rc scripts that had it. --- Makefile_upgrade.inc | 3 +++ etc/rc.d/Makefile | 4 ++-- etc/rc.d/{atm2.sh => atm2} | 2 +- etc/rc.d/{atm3.sh => atm3} | 0 etc/rc.d/{rcconf.sh => rcconf} | 0 5 files changed, 6 insertions(+), 3 deletions(-) rename etc/rc.d/{atm2.sh => atm2} (97%) rename etc/rc.d/{atm3.sh => atm3} (100%) rename etc/rc.d/{rcconf.sh => rcconf} (100%) diff --git a/Makefile_upgrade.inc b/Makefile_upgrade.inc index 140754ea6b..28e6be558f 100644 --- a/Makefile_upgrade.inc +++ b/Makefile_upgrade.inc @@ -1107,3 +1107,6 @@ TO_REMOVE+=/usr/lib/gcc41/gcrt1.o TO_REMOVE+=/usr/lib/gcc41/crt1.o TO_REMOVE+=/usr/lib/gcc41/crti.o TO_REMOVE+=/usr/lib/gcc41/crtn.o +TO_REMOVE+=/etc/rc.d/atm2.sh +TO_REMOVE+=/etc/rc.d/atm3.sh +TO_REMOVE+=/etc/rc.d/rcconf.sh diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile index 7a0f6d41f3..91e70f5100 100644 --- a/etc/rc.d/Makefile +++ b/etc/rc.d/Makefile @@ -7,7 +7,7 @@ # note: bgfsk, devfs, and lomac left out (from 5.0) # FILES= DAEMON LOGIN NETWORKING SERVERS abi accounting addswap adjkerntz \ - amd apm apmd atm1 atm2.sh atm3.sh \ + amd apm apmd atm1 atm2 atm3 \ battd bootconf bootparams btconfig bthcid ccd cleanvar \ cleartmp cron devd dhclient diskless dmesg dumpon \ fsck ftpd hostapd hostname \ @@ -20,7 +20,7 @@ FILES= DAEMON LOGIN NETWORKING SERVERS abi accounting addswap adjkerntz \ named netif netoptions newsyslog \ network_ipv6 nfsclient nfsd nfsserver nisdomain nscd nsswitch \ dntpd othermta pf pflog ppp ppp-user pppoed pwcheck \ - quota random rarpd rcconf.sh resident rndcontrol root route6d routed \ + quota random rarpd rcconf resident rndcontrol root route6d routed \ routing rpcbind rtadvd rtsold rwho sysdb savecore sdpd securelevel \ sendmail sensorsd serial sppp sshd statd swap1 syscons sysctl syslogd \ timed ttys usbd varsym vinum virecover watchdogd wpa_supplicant \ diff --git a/etc/rc.d/atm2.sh b/etc/rc.d/atm2 similarity index 97% rename from etc/rc.d/atm2.sh rename to etc/rc.d/atm2 index 124e85d8c8..c9e7448a0f 100644 --- a/etc/rc.d/atm2.sh +++ b/etc/rc.d/atm2 @@ -88,7 +88,7 @@ atm2_start() done fi - # XXX - required by atm3.sh. I don't like having one script depend + # XXX - required by atm3. I don't like having one script depend # on variables in another script (especially in a dynamic # ordered system like this), but it's necessary for the moment. # diff --git a/etc/rc.d/atm3.sh b/etc/rc.d/atm3 similarity index 100% rename from etc/rc.d/atm3.sh rename to etc/rc.d/atm3 diff --git a/etc/rc.d/rcconf.sh b/etc/rc.d/rcconf similarity index 100% rename from etc/rc.d/rcconf.sh rename to etc/rc.d/rcconf -- 2.41.0