Klavs Klavsen wrote:
On Sat, 2002-11-02 at 12:09, Lars Braeuer wrote:
>isn't this the same problem we've had a few weeks ago, where the
>startscripts
>from /etc/rc.d/ wouldn't be started using SuSE ?
>this problem was related to the not very well written /etc/rc.d/rc
>script of
>suse and it worked after taking the redhat or debian /etc/rc.d/rc
script.
>
Not really. the reason it fails on gentoo is that it's rc script resides
under /sbin/rc. In another mail I've proposed (suggested by John P.
Eisenmenger) exchanging STARTCMD (the one that runs /etc/rc.d/rc) and
other relevant values (for starting and stopping) with values imported
from the vserver.conf file.
that way one can set which scripts to run at start/stop of the vserver.
well, why don't you just symlink /sbin/rc to /etc/rc.d/rc ?
if it doesn't exist, it shouldn't be a problem !?