From: Michael Tremer Date: Fri, 26 Feb 2010 21:55:40 +0000 (+0100) Subject: Delete old initscripts. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d098e9c4bd8f5a63ee0a8dd6f3e79f1aaee64ec;p=ipfire-3.x.git Delete old initscripts. --- diff --git a/src/initscripts/extras/freeradius.conf b/src/initscripts/extras/freeradius.conf deleted file mode 100644 index a89f62c0c..000000000 --- a/src/initscripts/extras/freeradius.conf +++ /dev/null @@ -1,12 +0,0 @@ -description "Starts the free RADIUS server" -author "IPFire Team" - -start on started network -stop on starting shutdown - -exec /usr/sbin/radiusd -f -respawn - -post-stop script - rm -vf /var/run/radiusd/radiusd.sock -end script diff --git a/src/initscripts/extras/splashy.conf b/src/initscripts/extras/splashy.conf deleted file mode 100644 index 4e422b507..000000000 --- a/src/initscripts/extras/splashy.conf +++ /dev/null @@ -1,15 +0,0 @@ -description "A nice boot splash" -author "IPFire Team" - -start on starting welcome -stop on starting tty1 - -pre-start script - splashy_chvt 8 - splashy boot -end script - -post-stop script - splashy_update "exit" - splashy_chvt 1 -end script diff --git a/src/initscripts/extras/vsftpd.conf b/src/initscripts/extras/vsftpd.conf deleted file mode 100644 index 9a7c86115..000000000 --- a/src/initscripts/extras/vsftpd.conf +++ /dev/null @@ -1,8 +0,0 @@ -description "vsftpd FTPS Server" -author "IPFire Team" - -start on started network -stop on stopping network - -exec /usr/sbin/vsftpd -respawn