Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jul 1998 18:25:18 +0200
From:      Stefan Eggers <seggers@semyam.dinoco.de>
To:        freebsd-stable@FreeBSD.ORG
Cc:        heller@cdnow.com, seggers@semyam.dinoco.de
Subject:   Re: July 2nd SNAP question. 
Message-ID:  <199807051625.SAA26093@semyam.dinoco.de>
In-Reply-To: Your message of "Sat, 04 Jul 1998 21:05:00 EDT." <199807050105.VAA28584@daria.cdnow.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> This code from rc.network displays "Doing initial network setup: hostname"
> 
> network_pass1() {
>     echo -n 'Doing initial network setup:'
>     # Set the host name if it is not already set
>     if [ -z "`hostname -s`" ] ; then
>             hostname $hostname
>             echo -n ' hostname'
                      ^         ^
>     fi

>  Anybody else see this or just me?

You have apostrophe/single quote characters where you need the backtick
characters.  So echo just outputs the string " hostname" instead of the
result of executing hostname.

> Also, who do I talk to about making some changes to the sysinstall program?

If you have the finished just send a PR.  Otherwise it would be wise to
ask first if someone sees a problem with what you intend to do.  It is
probably best in hackers or stable.  For package installation in ports.
Just what I think, of course.  :-)

>   When do the current ports get upgraded?  I was very surprised to see

I suppose they just take the state at the time the SNAP gets created.

Stefan.
-- 
Stefan Eggers                 Lu4 yao2 zhi1 ma3 li4,
Max-Slevogt-Str. 1            ri4 jiu3 jian4 ren2 xin1.
51109 Koeln
Federal Republic of Germany

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807051625.SAA26093>