rpms/up-imapproxy/EL-5 imapproxy.init,1.2,1.3

Tim Jackson (timj) fedora-extras-commits at redhat.com
Mon Jan 28 22:46:53 UTC 2008


Author: timj

Update of /cvs/extras/rpms/up-imapproxy/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3626

Modified Files:
	imapproxy.init 
Log Message:
Cosmetic improvements to init script



Index: imapproxy.init
===================================================================
RCS file: /cvs/extras/rpms/up-imapproxy/EL-5/imapproxy.init,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- imapproxy.init	6 Jan 2008 11:54:46 -0000	1.2
+++ imapproxy.init	28 Jan 2008 22:46:11 -0000	1.3
@@ -24,7 +24,7 @@
 [ ${NETWORKING} = "no" ] && exit 0
 
 start() {
-	echo -n $"Starting imapproxyd: "
+	echo -n $"Starting up-imapproxy daemon: "
 	daemon /usr/sbin/in.imapproxyd
 	RETVAL=$?
 	echo
@@ -33,7 +33,7 @@
 }
 
 stop() {
-	echo -n $"Shutting down imapproxyd: "
+	echo -n $"Shutting down up-imapproxy daemon: "
 	killproc /usr/sbin/in.imapproxyd
 	RETVAL=$?
 	if [ $RETVAL -eq 0 ] ; then
@@ -66,7 +66,7 @@
 	restart
 	;;
   condrestart)
-        [ -f /var/lock/subsys/imapproxy ] && restart || :
+        [ -f $lockfile ] && restart || :
 	;;
   *)
 	echo $"Usage: $0 {start|stop|status|restart|condrestart}"




More information about the fedora-extras-commits mailing list