search for: pw_util

Displaying 1 result from an estimated 1 matches for "pw_util".

Did you mean: pdbutil
2000 Oct 30
0
FreeBSD Security Advisory: FreeBSD-SA-00:58.chpass
...: # cd /usr/src/usr.sbin/vipw # patch -p < /path/to/patch_or_advisory # make depend && make all install # cd /usr/src/usr.bin/chpass/ # make depend && make all install # cd /usr/src/usr.bin/passwd/ # make depend && make all install Patch for vulnerable systems: --- pw_util.c 1999/08/28 01:20:31 1.17 +++ pw_util.c 2000/07/12 00:49:40 1.18 @@ -250,7 +250,7 @@ extern int _use_yp; #endif /* YP */ if (err) - warn(name); + warn("%s", name); #ifdef YP if (_use_yp)...