From 0cf84ac352733537be9d5c711fffbe8980218b0a Mon Sep 17 00:00:00 2001 From: Sebastien Dupont Date: Mon, 26 Nov 2001 01:18:45 +0000 Subject: gawk cmds. --- perl-install/standalone/drakbackup | 4 ++-- 1 file 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", -- cgit v1.2.1