Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jul 2003 12:44:33 +0200
From:      Pawel Jakub Dawidek <nick@garage.freebsd.pl>
To:        Valentin Nechayev <netch@lucky.net>
Cc:        hackers@freebsd.org
Subject:   Re: complicated downgrade
Message-ID:  <20030718104433.GB26490@garage.freebsd.pl>
In-Reply-To: <20030718091248.GO76126@lucky.net>
References:  <20030718091248.GO76126@lucky.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jul 18, 2003 at 12:12:48PM +0300, Valentin Nechayev wrote:

This is really hard task...

+>    for D in /bin /sbin /etc /boot /usr/bin /usr/sbin /usr/lib /usr/libex=
ec \
+>             /usr/libdata /usr/share /usr/local /var/db
+>    do
+>        mv ${D} ${D}5
+>        mv ${D}4 {D}
+>    done

Here is a race:)

	# mv /bin /bin5
	# mv /bin4 /bin
	mv: Command not found.

:)

--=20
Pawel Jakub Dawidek                       pawel@dawidek.net
UNIX Systems Programmer/Administrator     http://garage.freebsd.pl
Am I Evil? Yes, I Am!                     http://cerber.sourceforge.net



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