* 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
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
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?
>
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
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
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.
>
>
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
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
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/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
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
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
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
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
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.
>
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
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)
>
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
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
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
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
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
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
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
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
=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
*- 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
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
28 matches
Mail list logo