From c7acde574ffeaa3b2bb138e8136e973a4a48f176 Mon Sep 17 00:00:00 2001 From: dillon Date: Sun, 22 Dec 2002 22:25:53 +0000 Subject: Forgot to add rcconf.sh to the Makefile, and forgot to rename rcconf to rcconf.sh in the last commit. --- etc/rc.d/Makefile | 2 +- etc/rc.d/rcconf | 12 ------------ etc/rc.d/rcconf.sh | 12 ++++++++++++ 3 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 etc/rc.d/rcconf create mode 100644 etc/rc.d/rcconf.sh (limited to 'etc') diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile index 53e1382..9ca7358 100755 --- a/etc/rc.d/Makefile +++ b/etc/rc.d/Makefile @@ -12,7 +12,7 @@ FILES= DAEMON LOGIN NETWORKING SERVERS abi accounting addswap adjkerntz amd \ mountd moused mroute6d mrouted msgs named network1 network2 \ network3 network_ipv6 nfsclient nfsd nfslocking nfsserver ntpd \ ntpdate othermta pccard pcvt ppp-user pppoed pwcheck quota random \ - rarpd root route6d routed rpcbind rtadvd rwho savecore \ + rarpd rcconf.sh root route6d routed rpcbind rtadvd rwho savecore \ securelevel sendmail serial sppp sshd swap1 syscons sysctl \ syslogd timed ttys usbd vinum virecover ypbind yppasswdd ypserv \ ypset ypupdated ypxfrd diff --git a/etc/rc.d/rcconf b/etc/rc.d/rcconf deleted file mode 100644 index 0fe75ae..0000000 --- a/etc/rc.d/rcconf +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: rcconf -# REQUIRE: initdiskless -# BEFORE: disks initrandom -# KEYWORD: FreeBSD - -echo "Loading configuration files." -load_rc_config 'XXX' diff --git a/etc/rc.d/rcconf.sh b/etc/rc.d/rcconf.sh new file mode 100644 index 0000000..0fe75ae --- /dev/null +++ b/etc/rc.d/rcconf.sh @@ -0,0 +1,12 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +# PROVIDE: rcconf +# REQUIRE: initdiskless +# BEFORE: disks initrandom +# KEYWORD: FreeBSD + +echo "Loading configuration files." +load_rc_config 'XXX' -- cgit v1.1