1
0
mirror of synced 2026-01-19 01:07:28 +00:00

2006-06-23 18:48:15 by steve

Don't trash the shadow file.
This commit is contained in:
steve 2006-06-23 18:48:16 +00:00
parent 95f6cd6310
commit 31d8958b96
4 changed files with 4 additions and 4 deletions

View File

@ -138,7 +138,7 @@ sub addAccount
#
# Add the line
#
open( OUTY, ">", $prefix . "/etc/shadow" );
open( OUTY, ">>", $prefix . "/etc/shadow" );
print OUTY $line . "\n";
close( OUTY );
}

View File

@ -138,7 +138,7 @@ sub addAccount
#
# Add the line
#
open( OUTY, ">", $prefix . "/etc/shadow" );
open( OUTY, ">>", $prefix . "/etc/shadow" );
print OUTY $line . "\n";
close( OUTY );
}

View File

@ -138,7 +138,7 @@ sub addAccount
#
# Add the line
#
open( OUTY, ">", $prefix . "/etc/shadow" );
open( OUTY, ">>", $prefix . "/etc/shadow" );
print OUTY $line . "\n";
close( OUTY );
}

View File

@ -138,7 +138,7 @@ sub addAccount
#
# Add the line
#
open( OUTY, ">", $prefix . "/etc/shadow" );
open( OUTY, ">>", $prefix . "/etc/shadow" );
print OUTY $line . "\n";
close( OUTY );
}