svn commit: r285443 - head/usr.sbin/pw

Baptiste Daroussin bapt at FreeBSD.org
Mon Jul 13 09:12:06 UTC 2015


Author: bapt
Date: Mon Jul 13 09:12:05 2015
New Revision: 285443
URL: https://svnweb.freebsd.org/changeset/base/285443

Log:
  Really fix -o

Modified:
  head/usr.sbin/pw/pw.c

Modified: head/usr.sbin/pw/pw.c
==============================================================================
--- head/usr.sbin/pw/pw.c	Mon Jul 13 09:09:09 2015	(r285442)
+++ head/usr.sbin/pw/pw.c	Mon Jul 13 09:12:05 2015	(r285443)
@@ -139,7 +139,7 @@ main(int argc, char *argv[])
 	strlcpy(conf.rootdir, "/", sizeof(conf.rootdir));
 	strlcpy(conf.etcpath, _PATH_PWD, sizeof(conf.etcpath));
 	conf.fd = -1;
-	conf.checkduplicate = false;
+	conf.checkduplicate = true;
 
 	LIST_INIT(&arglist);
 


More information about the svn-src-head mailing list