CVS: moonbase/mail/postfix/init.d postfix,1.2,1.3

sofar at lunar-linux.org sofar at lunar-linux.org
Thu Aug 14 21:51:47 GMT 2003


Update of /var/cvs/lunar/moonbase/mail/postfix/init.d
In directory dbguin.lunar-linux.org:/tmp/cvs-serv26092

Modified Files:
	postfix 
Log Message:
Fixing up status display routine.


Index: postfix
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/postfix/init.d/postfix,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- postfix	6 Apr 2003 21:52:39 -0000	1.2
+++ postfix	14 Aug 2003 21:51:45 -0000	1.3
@@ -32,4 +32,10 @@
 }
 
 
+status () {
+  echo -n "Checking for Postfix master process: "
+  pidof master &> /dev/null && echo -e $RESULT_OK || echo -e $RESULT_FAIL
+}
+
+
 . /lib/lsb/init-functions




More information about the Lunar-commits mailing list