[PATCH] /usr/bin/find posix patch

2009-12-19 Thread Daniel Dickman
I think something like the following might be needed for 'find' to adhere to posix a little more closely. The posix spec says that if the mutually exclusive -H and -L options are both specified, the last one specified should override the others. Index: find.1 ==

ΔΩΡΕΑΝ ΠΡΟΣΚΛΗΣΕΙΣ ΣΕ ΘΕΑΤΡΙΚΕΣ ΠΑΡΑΣΤΑΣΕΙΣ

2009-12-19 Thread Akis Angelakis
Acapgt]r v_ker jai v_koi, Sar euw|laste JAKES CIOQTES le duo d~qa! Sto sumgll]mo te}wor tgr gkejtqomij^r lar evgleq_dar ha bqe_te DYQEAM PQOSJKGSEIS se heatqij]r paqast\seir cia ta h]atqa CJKOQIA jai CORONET. Diab\ste jai epijoimym^ste laf_ lar cia ma tir paqak\bete. Sar emgleq~moule |ti m]o la

Re: snmpd: better support for GETBULK

2009-12-19 Thread Jacek Masiulaniec
Could you add few sentences explaining how is it better? On Fri, Dec 18, 2009 at 03:32:32PM +0300, Alexander Sabourenkov wrote: > Index: snmpd.h > === > RCS file: /cvs/src/usr.sbin/snmpd/snmpd.h,v > retrieving revision 1.25 > diff -u

Re: snmpd: do not touch uninitialized memory

2009-12-19 Thread Jacek Masiulaniec
On Fri, Dec 18, 2009 at 03:26:14PM +0300, Alexander Sabourenkov wrote: > Dumping string-type data would spew contents of uninitialized memory > because ber_get_string does no effort to zero-terminate its result. Please submit diffs that apply to -current. I admit ignorance of SNMP internals but b

Re: ifconfig(8) diff: one strdup less in trunk_status()

2009-12-19 Thread Claudio Jeker
On Sat, Dec 19, 2009 at 09:16:06PM +0200, Vladimir Kirillov wrote: > Hello t...@! > > Not sure this strdup() is required just to print the actor_mac. > Should it be removed? No. Please read the ether_ntoa manpage: "It returns a pointer to a static structure that is reused for each call." In other

ifconfig(8) diff: one strdup less in trunk_status()

2009-12-19 Thread Vladimir Kirillov
Hello t...@! Not sure this strdup() is required just to print the actor_mac. Should it be removed? Index: ifconfig.c === RCS file: /cvs/src/sbin/ifconfig/ifconfig.c,v retrieving revision 1.226 diff -u -p -r1.226 ifconfig.c --- ifconf

Re: macro name -- ypldap.conf.5

2009-12-19 Thread Jason McIntyre
On Mon, Dec 14, 2009 at 09:49:45AM +0100, Rogier Krieger wrote: > >From what I can tell (and verify via ypldap -n), 'cost' is a valid > macro name. I suspect it was missed when copying text bits from > ripd.conf.5. Only a nit. Diff included below. > fixed, thanks. jmc > > Index: ypldap/ypldap.c

Re: ifconfig(8) diff to properly resolve netmasks

2009-12-19 Thread Vladimir Kirillov
forgot the case to avoid # ifconfig vether0 netmask google.com Index: ifconfig.c === RCS file: /cvs/src/sbin/ifconfig/ifconfig.c,v retrieving revision 1.226 diff -u -p -r1.226 ifconfig.c --- ifconfig.c 14 Dec 2009 17:22:58 -

ifconfig(8) diff to properly resolve netmasks

2009-12-19 Thread Vladimir Kirillov
Hello t...@! This diff prevents setting bogus netmasks, which are retrieved via gethostbyname() i.e.: root ~ 0 # grep mynet /etc/networks mynet 255.255.0.0 root ~ 0 # ifconfig vether0 inet 10.0.0.100 netmask mynet root ~ 0 # ifconfig vether0 vether0: flags=8843 mtu 1500