]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Delete old initscripts.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 26 Feb 2010 21:55:40 +0000 (22:55 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 26 Feb 2010 21:55:40 +0000 (22:55 +0100)
src/initscripts/extras/freeradius.conf [deleted file]
src/initscripts/extras/splashy.conf [deleted file]
src/initscripts/extras/vsftpd.conf [deleted file]

diff --git a/src/initscripts/extras/freeradius.conf b/src/initscripts/extras/freeradius.conf
deleted file mode 100644 (file)
index a89f62c..0000000
+++ /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 (file)
index 4e422b5..0000000
+++ /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 (file)
index 9a7c861..0000000
+++ /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