Re: current practice regarding /etc/rc.boot

2006-12-12 Thread Nate Bargmann
* Bill <[EMAIL PROTECTED]> [2006 Dec 12 04:03 -0600]: > Traditionally, this would have been done in rc.local but that's been > deprecated and now it seems that /etc/rc.boot/ has been deprecated as > well. Perhaps someone considers it "deprecated", but the script

current practice regarding /etc/rc.boot

2006-12-12 Thread Bill
ally, this would have been done in rc.local but that's been deprecated and now it seems that /etc/rc.boot/ has been deprecated as well. Would someone be so kind as to tell me what the current, preferred location for such commands is? tia b. -- To UNSUBSCRIBE, email to [EMAIL P

Re: /etc/rc.boot

2003-08-22 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Carlos Sousa <[EMAIL PROTECTED]> wrote: >On Thu, 21 Aug 2003 12:55:13 +0200 martin f krafft wrote: >> /etc/init.d/rcS says that /etc/rc.boot is run only for >> compatibility. What's the Debian standard for rc.local/rc.boot now? >

Re: /etc/rc.boot

2003-08-22 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, martin f krafft <[EMAIL PROTECTED]> wrote: >-=-=-=-=-=- > >also sprach Colin Watson <[EMAIL PROTECTED]> [2003.08.21.1554 +0200]: >> Why not just write a single script, /etc/init.d/local or something, >> which you add to as necessary? > >also sprach David Z Maze <[EM

Re: /etc/rc.boot

2003-08-22 Thread martin f krafft
also sprach Carlos Sousa <[EMAIL PROTECTED]> [2003.08.22.0118 +0200]: > What's wrong with /etc/rcS.d ? Just put a script there, or > a symlink to one. Nothing. I guess it just appeared to me as being weird since I never actually touched /etc/rc?.d directories on Debian... -- Please do not CC me

Re: /etc/rc.boot

2003-08-21 Thread Carlos Sousa
On Thu, 21 Aug 2003 12:55:13 +0200 martin f krafft wrote: > /etc/init.d/rcS says that /etc/rc.boot is run only for > compatibility. What's the Debian standard for rc.local/rc.boot now? > Please don't make me write init.d scripts for every single line > I need. > >

Re: /etc/rc.boot

2003-08-21 Thread martin f krafft
also sprach Colin Watson <[EMAIL PROTECTED]> [2003.08.21.1554 +0200]: > Why not just write a single script, /etc/init.d/local or something, > which you add to as necessary? also sprach David Z Maze <[EMAIL PROTECTED]> [2003.08.21.1734 +0200]: > So create a single /etc/init.d/local script, copying

Re: /etc/rc.boot

2003-08-21 Thread Colin Watson
On Thu, Aug 21, 2003 at 12:55:13PM +0200, martin f krafft wrote: > /etc/init.d/rcS says that /etc/rc.boot is run only for > compatibility. What's the Debian standard for rc.local/rc.boot now? > Please don't make me write init.d scripts for every single line > I need. Why n

Re: /etc/rc.boot

2003-08-21 Thread David Z Maze
martin f krafft <[EMAIL PROTECTED]> writes: > /etc/init.d/rcS says that /etc/rc.boot is run only for > compatibility. What's the Debian standard for rc.local/rc.boot now? > Please don't make me write init.d scripts for every single line > I need. So create a sin

/etc/rc.boot

2003-08-21 Thread martin f krafft
/etc/init.d/rcS says that /etc/rc.boot is run only for compatibility. What's the Debian standard for rc.local/rc.boot now? Please don't make me write init.d scripts for every single line I need. /etc/inittab and /etc/cron.d:@reboot are not really options... -- Please do not CC me whe

Re: /etc/rc.boot (new Q: 'outputting' manpage)

2000-09-10 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Sven Burgener <[EMAIL PROTECTED]> wrote: >How do I properly print out the contents of a manpage? The printer should have no problems with manpages. And if you use 'man -t blabla' you even get nice postscript output. >When I do ":r! man blabla" in vi, I get funny c

Re: /etc/rc.boot (new Q: 'outputting' manpage)

2000-09-10 Thread Sven Burgener
On Sat, Sep 09, 2000 at 06:15:25PM -0700, kmself@ix.netcom.com wrote: > You might also try: > > $ man foo | col -b > > ...to output straight ascii. Thanks, that's simple and nice. Regards Sven -- The UNIX Guru's view of sex: unzip ; strip ; touch ; finger mount ; fsck ; more ; yes ; umount

Re: /etc/rc.boot (new Q: 'outputting' manpage)

2000-09-09 Thread kmself
On Sat, Sep 09, 2000 at 10:12:40PM +0200, Sven Burgener ([EMAIL PROTECTED]) wrote: > On Sat, Sep 09, 2000 at 09:59:55PM +0200, Christoph Groth wrote: > > Sven Burgener <[EMAIL PROTECTED]> writes: > > > How do I properly print out the contents of a manpage? > > > When I do ":r! man blabla" in vi, I

Re: /etc/rc.boot (new Q: 'outputting' manpage)

2000-09-09 Thread Sven Burgener
On Sat, Sep 09, 2000 at 11:41:32PM +0100, Glyn Millington wrote: > OK. The trick is to get "man" to output in PostScript format: > man -t will do it. > > Then use the utility "psnup" (one of the GNU pstools package.). > It will print two or more pages of the man output onto one page, > thus savi

Re: /etc/rc.boot (new Q: 'outputting' manpage)

2000-09-09 Thread Bob Nielsen
On Sat, Sep 09, 2000 at 09:59:55PM +0200, Christoph Groth wrote: > Sven Burgener <[EMAIL PROTECTED]> writes: > > > How do I properly print out the contents of a manpage? > > When I do ":r! man blabla" in vi, I get funny characters at some places. > > > > Using man's --ascii option didn't help. >

Re: /etc/rc.boot (new Q: 'outputting' manpage)

2000-09-09 Thread Glyn Millington
On Sat, Sep 09, 2000 at 10:12:40PM +0200, thus spake Sven Burgener: > On Sat, Sep 09, 2000 at 09:59:55PM +0200, Christoph Groth wrote: > > Sven Burgener <[EMAIL PROTECTED]> writes: > > > How do I properly print out the contents of a manpage? > > > When I do ":r! man blabla" in vi, I get funny chara

Re: /etc/rc.boot (new Q: 'outputting' manpage)

2000-09-09 Thread Krzys Majewski
Oh haha, the parameter is actually called "-m" ("macro"), the "an" is an argument to the parameter. -chris > That seems to do a fine job. I cannot find a documentation of that > "-man" parameter anywhere. Where would that be? (checked the man > page of *roff) >

Re: /etc/rc.boot (new Q: 'outputting' manpage)

2000-09-09 Thread Sven Burgener
On Sat, Sep 09, 2000 at 01:29:32PM -0700, Krzys Majewski wrote: > Sven Burgener <[EMAIL PROTECTED]> writes: > > > > Another way would be to directly use troff/nroff. > > > > Which is how? Never done this so please help me out a little. > > Well you can do something like this: > > 13:27:57$ zcat

Re: /etc/rc.boot (new Q: 'outputting' manpage)

2000-09-09 Thread Krzys Majewski
Sven Burgener <[EMAIL PROTECTED]> writes: > > Another way would be to directly use troff/nroff. > > Which is how? Never done this so please help me out a little. Well you can do something like this: 13:27:57$ zcat man.1.gz | nroff -man > ~/tmp/woo but this still puts funky characters in the ou

Re: /etc/rc.boot (new Q: 'outputting' manpage)

2000-09-09 Thread Sven Burgener
On Sat, Sep 09, 2000 at 09:59:55PM +0200, Christoph Groth wrote: > Sven Burgener <[EMAIL PROTECTED]> writes: > > How do I properly print out the contents of a manpage? > > When I do ":r! man blabla" in vi, I get funny characters at some places. > > Using man's --ascii option didn't help. > You can

Re: /etc/rc.boot (new Q: 'outputting' manpage)

2000-09-09 Thread Christoph Groth
Sven Burgener <[EMAIL PROTECTED]> writes: > How do I properly print out the contents of a manpage? > When I do ":r! man blabla" in vi, I get funny characters at some places. > > Using man's --ascii option didn't help. You can use Emacs (Even if this is hard for vi users ;-) ). Just type M-x man

Re: /etc/rc.boot (new Q: 'outputting' manpage)

2000-09-09 Thread Sven Burgener
On Sat, Sep 09, 2000 at 10:41:06AM -0700, Krzys Majewski wrote: > What's the story with /etc/rc.boot/? Is it deprecated? Is it good? Taken from "man rc.boot": [snip] The /etc/rc.boot directory is obsolete. It has been superĀ­ seded by the /etc/rcS.d directory. A

/etc/rc.boot

2000-09-09 Thread Krzys Majewski
What's the story with /etc/rc.boot/? Is it deprecated? Is it good? Should its files be run by /etc/inittab via /etc/rcS? The contents of my /etc/rc.boot: 0setserial* hdparm* kbd* update-modules* -chris

Safely removing /etc/init.d/boot.OLD and /etc/rc.boot/0setserial.pre-2.15 ?

1999-12-12 Thread Shaul Karl
I have /etc/init.d/boot.OLD and /etc/rc.boot/0setserial.pre-2.15. Can I safely remove them? Are files that dpkg -S reports that they are not found can be safely removed? [11:12:47 /tmp]$ dpkg -S /etc/init.d/boot.OLD dpkg: /etc/init.d/boot.OLD not found. [11:14:42 /tmp]$ dpkg -S /etc/rc.boot

Re: IP-aliasing scripts - in /etc/rc.boot?

1999-03-10 Thread David Wright
Quoting M.C. Vernon ([EMAIL PROTECTED]): > I have a little custom script set up to ipalias. I need to make it > auto-run on bootup (I'm leaving the machine in a cupboard a long way from > home). Can I just place it in /etc/rc.boot/ip_alias_fudge ? or do I need > to do anything el

Re: IP-aliasing scripts - in /etc/rc.boot?

1999-03-10 Thread whbell
=eth1:0 Works for me with slink and a 2.2.1 kernel -Bill Quoting "M.C. Vernon" <[EMAIL PROTECTED]>: > I have a little custom script set up to ipalias. I need to make it > auto-run on bootup (I'm leaving the machine in a cupboard a long way from > home). Can I

Re: IP-aliasing scripts - in /etc/rc.boot?

1999-03-10 Thread servis
*- On 10 Mar, M.C. Vernon wrote about "IP-aliasing scripts - in /etc/rc.boot?" > I have a little custom script set up to ipalias. I need to make it > auto-run on bootup (I'm leaving the machine in a cupboard a long way from > home). Can I just place it in /etc/rc.boot/ip_al

IP-aliasing scripts - in /etc/rc.boot?

1999-03-10 Thread M.C. Vernon
I have a little custom script set up to ipalias. I need to make it auto-run on bootup (I'm leaving the machine in a cupboard a long way from home). Can I just place it in /etc/rc.boot/ip_alias_fudge ? or do I need to do anything else. Will it be run last of all (and if not, where should I p