SOURCES: hylafax-init - killed endless recursion on status

qboosh qboosh at pld-linux.org
Tue Jun 13 11:50:55 CEST 2006


Author: qboosh                       Date: Tue Jun 13 09:50:55 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- killed endless recursion on status

---- Files affected:
SOURCES:
   hylafax-init (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/hylafax-init
diff -u SOURCES/hylafax-init:1.2 SOURCES/hylafax-init:1.3
--- SOURCES/hylafax-init:1.2	Fri Feb  4 13:00:09 2005
+++ SOURCES/hylafax-init	Tue Jun 13 11:50:50 2006
@@ -143,7 +143,7 @@
 	faxgettyreset
 }
 
-status() {
+hstatus() {
 	status hfaxd
 	status faxq
 }
@@ -162,7 +162,7 @@
 	restart
 	;;
   status)
-	status
+	hstatus
 	;;
   condrestart)
 	[ -f /var/lock/subsys/hylafax ] && restart
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/hylafax-init?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list