On Tue, 2003-02-18 at 13:48, Phil Barnett wrote:
> What I miss in Gentoo is the simple format for services like found in Redhat 
> and many others, ie:
> 
> service servicename stop/start/restart
> 
> It eliminates needing to know where the service directory is or including it 
> every time.
> 
> service httpd stop
> 
> is a lot easier than any other incarnation and make any system easier to 
> admin.
> 

legolas files # cat /usr/bin/service
#!/bin/bash

if test -x /etc/init.d/$1
then
  /etc/init.d/$1 $2
else
  echo "Service not found."
fi

-- 
Mike Williams <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to