From: Jiri Slaby Date: Wed, 23 Nov 2011 15:35:42 +0000 (+0100) Subject: scripts: cgconfig, wait for ypbind X-Git-Tag: v0.38~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4acd5afa0e70d5fac4716a4977157d5e997a81f;p=thirdparty%2Flibcgroup.git scripts: cgconfig, wait for ypbind This is to allow username from an NIS service to work with cgconfig properly. Signed-off-by: Jiri Slaby --- diff --git a/scripts/init.d/cgconfig.in b/scripts/init.d/cgconfig.in index d7387d12..14aa2e3a 100644 --- a/scripts/init.d/cgconfig.in +++ b/scripts/init.d/cgconfig.in @@ -23,8 +23,8 @@ # Provides: cgconfig # Required-Start: # Required-Stop: -# Should-Start: -# Should-Stop: +# Should-Start: ypbind +# Should-Stop: ypbind # Short-Description: Create and setup control group filesystem(s) # Description: Create and setup control group filesystem(s) ### END INIT INFO