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

2001-03-15 Thread Steve Kargl

On Fri, Mar 16, 2001 at 04:25:16AM +, Paul Richards wrote:
> Garrett Wollman wrote:
>> 
>> < 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.
> 
> Maybe the time's come to just deprecate rmt, I'd be surprised if there
> are many people still using it.

You don't have Digital Unix system do you?  I use rmt all the
time because I couldn't get amanda to work on a 64-bit OS
a few years ago.  rmt works and so I've haven't tried any newer
versions of amanda.

-- 
Steve

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-15 Thread Paul Richards

Garrett Wollman wrote:
> 
> < 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.

Maybe the time's come to just deprecate rmt, I'd be surprised if there
are many people still using it.

Paul.

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

< 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



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]>
     
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 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-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]>
     
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-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



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