search for: _bb_test

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

Did you mean: __test
2014 Jun 06
0
[Bug 10649] New: --acls does not honor --numeric-ids on OS X
...don't pretend to understand it, I'm only referencing it in case it may provide some ideas for implementing a new patch. Tested on 3.0.9 and 3.1.1pre1 ##### How to reproduce the problem (script is also attached) #!/bin/bash # create a test user that will be deleted dscl . -create /Users/_bb_test dscl . -create /Users/_bb_test UserShell /bin/bash dscl . -create /Users/_bb_test RealName "Backup Test User" dscl . -create /Users/_bb_test UniqueID 599 dscl . -create /Users/_bb_test PrimaryGroupID 99 dscl . -create /Users/_bb_test NFSHomeDirectory /Users/_bb_test # create a test group...