Re: conf/156675: [patch] add ifconfig_IF_description variable

2011-04-28 Thread Jason J. Hellenthal
The following reply was made to PR conf/156675; it has been noted by GNATS. From: "Jason J. Hellenthal" To: "Alexander V. Chernikov" Cc: freebsd-gnats-sub...@freebsd.org Subject: Re: conf/156675: [patch] add ifconfig_IF_description variable Date: Thu, 28 Apr 2011 08:5

Re: kern/139014: [null] /dev/null must be immunable to delete/unlink

2011-04-26 Thread Jason J. Hellenthal
to remove anything under /dev unless the user has specified otherwise. It would probably be best to patch the compiler to test the '-o' output file to see if its a regular file or not before it removes it. I believe that is something that needs to happen up-stream. > > >On Apr 2

Re: misc/156659: periodic/daily/800.scrub-zfs fails on pool names containing '-'

2011-04-26 Thread Jason J. Hellenthal
The following reply was made to PR misc/156659; it has been noted by GNATS. From: "Jason J. Hellenthal" To: Jakob Alvermark Cc: freebsd-gnats-sub...@freebsd.org Subject: Re: misc/156659: periodic/daily/800.scrub-zfs fails on pool names containing '-' Date: Tue, 26 Apr

Re: misc/156659: periodic/daily/800.scrub-zfs fails on pool names containing '-'

2011-04-26 Thread Jason J. Hellenthal
The following reply was made to PR misc/156659; it has been noted by GNATS. From: "Jason J. Hellenthal" To: bug-follo...@freebsd.org Cc: Subject: Re: misc/156659: periodic/daily/800.scrub-zfs fails on pool names containing '-' Date: Tue, 26 Apr 2011 18:19:57 -0400

Re: misc/156659: periodic/daily/800.scrub-zfs fails on pool names containing '-'

2011-04-26 Thread Jason J. Hellenthal
The following reply was made to PR misc/156659; it has been noted by GNATS. From: "Jason J. Hellenthal" To: Jakob Alvermark Cc: freebsd-gnats-sub...@freebsd.org Subject: Re: misc/156659: periodic/daily/800.scrub-zfs fails on pool names containing '-' Date: Tue, 26 Apr

Re: kern/139014: [null] /dev/null must be immunable to delete/unlink

2011-04-26 Thread Jason J. Hellenthal
. > > Sure enough, as root on 9.0 -CURRENT I can "rm /dev/null" and it does = > unlink and is missing. However, I just recreate it with mknod /dev/null = > c 0 6 .. the behavior is identical on 8.2-RELEASE. > > Am I missing something here? Is there some kind of new d