p4raw-id: //depot/cfgperl@2382
$where = $GR;
- if (-x "/usr/bin/nidump") {
+ if (-x "/usr/bin/nidump") { # nidump is not just NeXT/OpenStep
if (open(GR, "nidump group . |")) {
- $where = "NetInfo";
+ $where = "NetInfo group";
} else {
print "1..0\n";
exit 0;
$where = $PW;
- if (-x "/usr/bin/nidump") {
+ if (-x "/usr/bin/nidump") { # nidump is not just NeXT/OpenStep
if (open(PW, "nidump passwd . |")) {
- $where = "NetInfo";
+ $where = "NetInfo passwd";
} else {
print "1..0\n";
exit 0;