Gentoo Archives: gentoo-user

From: Daniel Pielmeier <daniel.pielmeier@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] startup script in /etc/init.d does not perform the stop part.
Date: Mon, 31 Mar 2008 20:45:19
Message-Id: 47F14D58.40905@googlemail.com
In Reply to: [gentoo-user] startup script in /etc/init.d does not perform the stop part. by David Harel
1 David Harel schrieb:
2 > Greetings,
3 >
4 > I added a simple init startup script with dependency "need localmount"
5 > The script is added to runlevel "default" using rc-update. The script
6 > works fine on boot time but it's stop part doesn't work on system
7 > shutdown. Any idea?
8 >
9 > # rc-update -s
10 > bootmisc | boot
11 > checkfs | boot
12 > checkroot | boot
13 > clock | boot
14 > consolefont | boot
15 > cupsd | default
16 > hostname | boot
17 > keymaps | boot
18 > local | default nonetwork
19 > localmount | boot
20 > modules | boot
21 > net.eth0 | default
22 > net.lo | boot
23 > netmount | default
24 > pcmcia | default
25 > rmnologin | boot
26 > samba | default
27 > sshd | default
28 > syslog-ng | default
29 > *train | default*
30 > urandom | boot
31 > vixie-cron | default
32 > xdm | default
33 >
34
35 Maybe you should post your script too!
36
37 Regards,
38
39 Daniel
40 --
41 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] startup script in /etc/init.d does not perform the stop part. Mark Shields <laebshade@×××××.com>