Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Sep 2018 06:58:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 231653] pw doesn't respect -V when writing pw.conf
Message-ID:  <bug-231653-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231653

            Bug ID: 231653
           Summary: pw doesn't respect -V when writing pw.conf
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: yuripv@yuripv.net

pw -V /newetc adduser -D -w random:

...
open("/newetc/pw.conf",O_RDONLY,0666)            ERR#2 'No such file or
directory'
openat(AT_FDCWD,"/etc/pw.conf",O_RDWR|O_EXLOCK|O_CREAT|O_TRUNC,0644) = 4 (0x4)
...
write(4,"#\n# pw.conf - user/group config"...,1367) = 1367 (0x557)
close(4)                                         = 0 (0x0)
...

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231653-227>