Author: randy
Date: 2008-03-25 09:43:48 -0600 (Tue, 25 Mar 2008)
New Revision: 7315
Modified:
trunk/bootscripts/ChangeLog
trunk/bootscripts/blfs/init.d/stunnel
Log:
Updated the Stunnel init script to reflect that upstream has moved the stunnel
binary from /usr/sbin to /usr/bin
Modified: trunk/bootscripts/ChangeLog
===================================================================
--- trunk/bootscripts/ChangeLog 2008-03-25 14:44:57 UTC (rev 7314)
+++ trunk/bootscripts/ChangeLog 2008-03-25 15:43:48 UTC (rev 7315)
@@ -1,3 +1,7 @@
+2008-03-25 Randy McMurchy <[EMAIL PROTECTED]>
+ * Updated the Stunnel init script to reflect that upstream has
+ moved the stunnel binary from /usr/sbin to /usr/bin
+
2008-03-15 Alexander E. Patrakov <[EMAIL PROTECTED]>
* Imported the new pppoe service script from the LiveCD repository.
Modified: trunk/bootscripts/blfs/init.d/stunnel
===================================================================
--- trunk/bootscripts/blfs/init.d/stunnel 2008-03-25 14:44:57 UTC (rev
7314)
+++ trunk/bootscripts/blfs/init.d/stunnel 2008-03-25 15:43:48 UTC (rev
7315)
@@ -13,12 +13,12 @@
case "$1" in
start)
boot_mesg "Starting the Stunnel Daemon..."
- loadproc /usr/sbin/stunnel
+ loadproc /usr/bin/stunnel
;;
stop)
boot_mesg "Stopping the Stunnel Daemon..."
- killproc /usr/sbin/stunnel
+ killproc /usr/bin/stunnel
;;
restart)
@@ -28,7 +28,7 @@
;;
status)
- statusproc /usr/sbin/stunnel
+ statusproc /usr/bin/stunnel
;;
*)
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page