Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.3 by slords, Wed Nov 3 18:55:13 2010 UTC | Revision 1.4 by slords, Thu Nov 4 14:37:08 2010 UTC | |
---|---|---|
# | Line 89 diff -up e-smith-ibays-2.2.0/root/etc/e- | Line 89 diff -up e-smith-ibays-2.2.0/root/etc/e- |
89 | "/bin/false", | "/bin/false", |
90 | "$ibayName" | "$ibayName" |
91 | - ) == 0 or die "Failed to create account $ibayName.\n"; | - ) == 0 or die "Failed to create account $ibayName.\n"; |
92 | + ) == 0 or ( $x = 255, warn "Failed to create (unix) account $ibayName.\n"; | + ) == 0 or ( $x = 255, warn "Failed to create (unix) account $ibayName.\n" ); |
93 | } | } |
94 | ||
95 | + system( | + system( |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |