SVN: rc-scripts/trunk/rc.d/init.d/functions

glen glen at pld-linux.org
Wed Feb 9 11:55:57 CET 2011


Author: glen
Date: Wed Feb  9 11:55:57 2011
New Revision: 12126

Modified:
   rc-scripts/trunk/rc.d/init.d/functions
Log:
add killproc -p alias


Modified: rc-scripts/trunk/rc.d/init.d/functions
==============================================================================
--- rc-scripts/trunk/rc.d/init.d/functions	(original)
+++ rc-scripts/trunk/rc.d/init.d/functions	Wed Feb  9 11:55:57 2011
@@ -697,7 +697,7 @@
 
 	while [ "$1" != "${1##-}" ]; do
 		case $1 in
-		--pidfile)
+		--pidfile|-p)
 			pidfile="$2"
 			case "$pidfile" in /*);; *) pidfile="/var/run/$pidfile";; esac
 			shift 2


More information about the pld-cvs-commit mailing list