Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 4728f6c72fbd1b989219a615e1c40c66 > files > 2

usermin-1.350-2mdv2009.0.src.rpm

--- usermin-init~	2008-05-28 17:59:55.000000000 +0800
+++ usermin-init	2008-05-28 18:01:41.000000000 +0800
@@ -58,12 +58,12 @@
 		RETVAL=1
 	fi
 	;;
-'restart')
+'restart'|'reload')
 	$stop ; $start
 	RETVAL=$?
 	;;
 *)
-	echo "Usage: $0 { start | stop | restart }"
+	echo "Usage: $0 { start | stop | restart | reload }"
 	RETVAL=1
 	;;
 esac