summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw/pw.c
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-07-13 09:12:05 +0000
committerbapt <bapt@FreeBSD.org>2015-07-13 09:12:05 +0000
commitba90467d76841ff39e14474f932510d2f7440e1e (patch)
treea02e7c551e02e70874fc9f478a89e446256fce47 /usr.sbin/pw/pw.c
parent3137e99447b51b9b8ab79593323571af3895c2d2 (diff)
downloadFreeBSD-src-ba90467d76841ff39e14474f932510d2f7440e1e.zip
FreeBSD-src-ba90467d76841ff39e14474f932510d2f7440e1e.tar.gz
Really fix -o
Diffstat (limited to 'usr.sbin/pw/pw.c')
-rw-r--r--usr.sbin/pw/pw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pw/pw.c b/usr.sbin/pw/pw.c
index c5427b4..5ad2511 100644
--- a/usr.sbin/pw/pw.c
+++ b/usr.sbin/pw/pw.c
@@ -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);
OpenPOWER on IntegriCloud