Re: CVS commit: src

2011-01-13 Thread Matthias Scheler

On 13 Jan 2011, at 22:28, Adam Hamsik wrote:

 Module Name:  src
 Committed By: haad
 Date: Thu Jan 13 22:28:37 UTC 2011
 
 Modified Files:
   src/distrib/sets/lists/base: mi
   src/distrib/sets/lists/comp: mi
   src/sbin: Makefile
   src/usr.sbin: Makefile
 Added Files:
   src/sbin/chown: Makefile chgrp.1 chown.8 chown.c
 Removed Files:
   src/usr.sbin/chown: Makefile chgrp.1 chown.8 chown.c
 
 Log Message:
 Move chown from usr.sbin to sbin and chgrp from usr.bin to bin directories.
 This was discussed and oked on tech-userlevel I have run full build release,
 test anita cycle with this patch.

This will break installation on systems which use a separate /usr file-system
because you create symlinks between /sbin and /usr/sbin respectively
/bin and /usr/bin.

Please consider using SYMLINKS for the compatibility links.

Kind regards

-- 
Matthias Scheler   http://zhadum.org.uk/





Re: CVS commit: src

2011-01-13 Thread Adam Hamsik

On Jan,Friday 14 2011, at 12:13 AM, Matthias Scheler wrote:

 
 On 13 Jan 2011, at 22:28, Adam Hamsik wrote:
 
 Module Name: src
 Committed By:haad
 Date:Thu Jan 13 22:28:37 UTC 2011
 
 Modified Files:
  src/distrib/sets/lists/base: mi
  src/distrib/sets/lists/comp: mi
  src/sbin: Makefile
  src/usr.sbin: Makefile
 Added Files:
  src/sbin/chown: Makefile chgrp.1 chown.8 chown.c
 Removed Files:
  src/usr.sbin/chown: Makefile chgrp.1 chown.8 chown.c
 
 Log Message:
 Move chown from usr.sbin to sbin and chgrp from usr.bin to bin directories.
 This was discussed and oked on tech-userlevel I have run full build release,
 test anita cycle with this patch.
 
 This will break installation on systems which use a separate /usr 
 file-system
 because you create symlinks between /sbin and /usr/sbin respectively
 /bin and /usr/bin.
 
 Please consider using SYMLINKS for the compatibility links.

Thanks, I have fixed it.

Regards

Adam.



re: CVS commit: src/external/cddl/osnet

2011-01-13 Thread matthew green

 Module Name:  src
 Committed By: haad
 Date: Thu Jan 13 23:18:24 UTC 2011
 
 Modified Files:
   src/external/cddl/osnet: Makefile.zfs
   src/external/cddl/osnet/lib/libavl: Makefile
   src/external/cddl/osnet/lib/libnvpair: Makefile
   src/external/cddl/osnet/lib/libuutil: Makefile
   src/external/cddl/osnet/lib/libzfs: Makefile
 
 Log Message:
 Fix zfs Makefiles + debug, don't add -g by default only when MKDEBUG is
 enabled. Fix header assert conflicts + bump WARNS for some libs.

please revert this.  you shouldn't set DBG like this.
DBG is usually default to -O2 (but there are other values,
see bsd.sys.mk.), and if you force it to -g then you've
actually made all these binaries use no -O2 just -g.

it's also supposed to be user-settable value.

i think you can just remove setting DBG here and leaving
the rest of the system (MKDEBUG, etc) to set -g in the
right place anyway.  if not, that's the right place to
fix it.


.mrg.


Re: CVS commit: src

2011-01-13 Thread Jukka Ruohonen
On Tue, Jan 11, 2011 at 12:45:05AM +, Jean-Yves Migeon wrote:
 Log Message:
 Add man pages for Xen devices:
 pciback.4 xbd.4 xbdback.4 xenbus.4 xennet.4 xpci.4 xvif.4

Presumably these should have gone to man4.x86. But I guess it is too late now.

- Jukka.