diff options
author | Sebastien Dupont <sdupont@mandriva.com> | 2001-11-26 01:18:45 +0000 |
---|---|---|
committer | Sebastien Dupont <sdupont@mandriva.com> | 2001-11-26 01:18:45 +0000 |
commit | 0cf84ac352733537be9d5c711fffbe8980218b0a (patch) | |
tree | a0fc12db3ebbabb99952a2bcec53c8685cd7c4e3 /perl-install | |
parent | 877ca4984649ee1ddfcf0a982fb24b7ae807442a (diff) | |
download | drakx-0cf84ac352733537be9d5c711fffbe8980218b0a.tar drakx-0cf84ac352733537be9d5c711fffbe8980218b0a.tar.gz drakx-0cf84ac352733537be9d5c711fffbe8980218b0a.tar.bz2 drakx-0cf84ac352733537be9d5c711fffbe8980218b0a.tar.xz drakx-0cf84ac352733537be9d5c711fffbe8980218b0a.zip |
gawk cmds.
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakbackup | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/drakbackup b/perl-install/standalone/drakbackup index f97b40c23..918ecb756 100755 --- a/perl-install/standalone/drakbackup +++ b/perl-install/standalone/drakbackup @@ -49,7 +49,7 @@ if ("@ARGV" =~ /--help|-h/) { --build_cd : build restore iso with the currents backups files & rescue options. --build_floppy : build restore floppy. ---replace : delete backup files before build new do not upadte. +--replace : delete backup files before build new do not update. --save_dir : by default the backup files are saved in in /var/backup directory so write other directory to change to change it. @@ -111,7 +111,7 @@ sub debug { sub save_conf_file { # perl -ne 'split(":");print "$_[0]:*:$_[2]:$_[3]:::\n";' /etc/passwd > passwd - +# gawk -F":" '{ if ($3 >= 500 ) print "login " $1 " uid = " $3 " rép perso : " $6}' /etc/passwd my @cfg_list = ( "SYS_FILES=@sys_files\n", "HOME_FILES=@home_files\n", "OTHER_FILES=@other_files\n", |