Re: cp MAKEDEV /dev - on a system with devfs

2001-03-13 Thread Tony Finch

Brian Somers [EMAIL PROTECTED] wrote:

I thought only sysv kept non-startup executables in /etc.

There's one real oddity in FreeBSD:

[EMAIL PROTECTED]:/etc
:; ll rmt
lrwxrwxrwx   1 root wheel  13 Jan 28 13:42 rmt - /usr/sbin/rmt*

Plus the rc scripts, dhclient-exit-hooks, pccard_ether, and netstart.

Tony.
-- 
f.a.n.finch  [EMAIL PROTECTED]  [EMAIL PROTECTED]
"I never wanted to be a weather forecaster -- I wanted to be... a lumberjack!
Leaping from tree to tree as they float down the mighty rivers of British
Columbia! The giant redwood! The larch! The The mighty scots pine! ..."

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: cp MAKEDEV /dev - on a system with devfs

2001-03-13 Thread Brian Somers

 Brian Somers [EMAIL PROTECTED] wrote:
 
 I thought only sysv kept non-startup executables in /etc.
 
 There's one real oddity in FreeBSD:
 
 [EMAIL PROTECTED]:/etc
 :; ll rmt
 lrwxrwxrwx   1 root wheel  13 Jan 28 13:42 rmt - /usr/sbin/rmt*

I think that's there for compatibility... programs that want to talk 
to remote tapes execute ``rsh /etc/rmt ...'' (or is ssh the default 
these days?).

 Plus the rc scripts, dhclient-exit-hooks, pccard_ether, and netstart.

I guess you could argue that these are more like executable 
system configuration files, along with others like 
/etc/start_if.iface.

 Tony.
 -- 
 f.a.n.finch  [EMAIL PROTECTED]  [EMAIL PROTECTED]
 "I never wanted to be a weather forecaster -- I wanted to be... a lumberjack!
 Leaping from tree to tree as they float down the mighty rivers of British
 Columbia! The giant redwood! The larch! The The mighty scots pine! ..."

-- 
Brian [EMAIL PROTECTED]brian@[uk.]FreeBSD.org
  http://www.Awfulhak.org   brian@[uk.]OpenBSD.org
Don't _EVER_ lose your sense of humour !



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: cp MAKEDEV /dev - on a system with devfs

2001-03-13 Thread Garrett Wollman

On Tue, 13 Mar 2001 22:38:22 +, Tony Finch [EMAIL PROTECTED] said:

 There's one real oddity in FreeBSD:

 lrwxrwxrwx   1 root wheel  13 Jan 28 13:42 rmt - /usr/sbin/rmt*

The pathname of the `rmt' program is a fundamental part of the `rmt'
``protocol'' such as it is.  We've been over this one many times.

-GAWollman


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



cp MAKEDEV /dev - on a system with devfs

2001-03-12 Thread Jean Louis Ntakpe

Hi,

In /usr/src/etc/Makefile:

"make distribution" is still trying to copy MAKEDEV to /dev
on a system with devfs mounted to /dev. 
Since devfs is default, is this behaviour correct or my 
/etc/make.conf is missing something ?

regards,

-- 
Jean Louis Ntakpe   Texas Instruments - Freising
[EMAIL PROTECTED] Wafer Fab Automation Group
[EMAIL PROTECTED] Haggerty Str. 1 85350 Freising
Telefon +49 (8161) 80-3816

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: cp MAKEDEV /dev - on a system with devfs

2001-03-12 Thread Poul-Henning Kamp

In message [EMAIL PROTECTED], Jean Louis Ntakpe writes:
Hi,

In /usr/src/etc/Makefile:

"make distribution" is still trying to copy MAKEDEV to /dev
on a system with devfs mounted to /dev. 
Since devfs is default, is this behaviour correct or my 
/etc/make.conf is missing something ?

I think that MAKEDEV should be moved away from /dev.

Ideally it belongs somewhere rather obscure, but /etc/MAKEDEV
is ok with me.

--
Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED] | TCP/IP since RFC 956
FreeBSD committer   | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: cp MAKEDEV /dev - on a system with devfs

2001-03-12 Thread Brian Somers

 In message [EMAIL PROTECTED], Jean Louis Ntakpe writes:
 Hi,
 
 In /usr/src/etc/Makefile:
 
 "make distribution" is still trying to copy MAKEDEV to /dev
 on a system with devfs mounted to /dev. 
 Since devfs is default, is this behaviour correct or my 
 /etc/make.conf is missing something ?
 
 I think that MAKEDEV should be moved away from /dev.
 
 Ideally it belongs somewhere rather obscure, but /etc/MAKEDEV
 is ok with me.

/sbin would be better.  I thought only sysv kept non-startup 
executables in /etc.

 --
 Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
 [EMAIL PROTECTED] | TCP/IP since RFC 956
 FreeBSD committer   | BSD since 4.3-tahoe
 Never attribute to malice what can adequately be explained by incompetence.

-- 
Brian [EMAIL PROTECTED]brian@[uk.]FreeBSD.org
  http://www.Awfulhak.org   brian@[uk.]OpenBSD.org
Don't _EVER_ lose your sense of humour !



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message