Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: [netbsd-6] src/etc/root
Hi Havard,
see the issue at the end.
On Sun, Mar 18, 2012 at 01:20:02AM +0400, Aleksej Saushev wrote:
> "Manuel Bouyer" <bouyer%netbsd.org@localhost> writes:
>
> > Module Name: src
> > Committed By: bouyer
> > Date: Sat Mar 17 17:22:54 UTC 2012
> >
> > Modified Files:
> > src/etc/root [netbsd-6]: dot.cshrc dot.profile
> >
> > Log Message:
> > Pull up following revision(s) (requested by he in ticket #109):
> > etc/root/dot.cshrc: revision 1.23
> > etc/root/dot.cshrc: revision 1.24
> > etc/root/dot.profile: revision 1.26
> > Can't use Bourne shell syntax here... (Even in comments, for PKG_PATH.)
> > Point first to 6.0 packages, then to packages for 5.1 or 5.0.
> > The latter have reduced usefullness in -current or netbsd-6 until
> > we have a compat50 package.
> >
> >
> > To generate a diff of this commit:
> > cvs rdiff -u -r1.22 -r1.22.4.1 src/etc/root/dot.cshrc
> > cvs rdiff -u -r1.25 -r1.25.4.1 src/etc/root/dot.profile
> >
> > Please note that diffs are not public domain; they are subject to the
> > copyright notices on the relevant files.
> >
> >
> > Modified files:
> ...
> > Index: src/etc/root/dot.profile
> > diff -u src/etc/root/dot.profile:1.25 src/etc/root/dot.profile:1.25.4.1
> > --- src/etc/root/dot.profile:1.25 Tue Jun 21 05:31:29 2011
> > +++ src/etc/root/dot.profile Sat Mar 17 17:22:54 2012
> > @@ -1,11 +1,12 @@
> > -# $NetBSD: dot.profile,v 1.25 2011/06/21 05:31:29 erh Exp $
> > +# $NetBSD: dot.profile,v 1.25.4.1 2012/03/17 17:22:54 bouyer Exp $
> >
> > export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin
> > export
> > PATH=${PATH}:/usr/X11R7/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin
> >
> > # Uncomment the following line(s) to install binary packages
> > # from ftp.NetBSD.org via pkg_add. (See also pkg_install.conf)
> > -#export PKG_PATH="ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname
> > -m)/5.1/All"
> > +#export PKG_PATH=ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname
> > -m)/6.0/All
> > +#export
> > PKG_PATH="${PKG_PATH};ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname
> > -m)/5.1/All"
> > #export
> > PKG_PATH="${PKG_PATH};ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname
> > -m)/5.0/All"
> >
> > export BLOCKSIZE=1k
>
> Why were quotes dropped?
You are asking the wrong person. That change come from the HEAD commit
by Havard, this is just the pullup.
Bernd
Home |
Main Index |
Thread Index |
Old Index