summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Dupont <sdupont@mandriva.com>2001-11-26 01:18:45 +0000
committerSebastien Dupont <sdupont@mandriva.com>2001-11-26 01:18:45 +0000
commit0cf84ac352733537be9d5c711fffbe8980218b0a (patch)
treea0fc12db3ebbabb99952a2bcec53c8685cd7c4e3
parent877ca4984649ee1ddfcf0a982fb24b7ae807442a (diff)
downloaddrakx-0cf84ac352733537be9d5c711fffbe8980218b0a.tar
drakx-0cf84ac352733537be9d5c711fffbe8980218b0a.tar.gz
drakx-0cf84ac352733537be9d5c711fffbe8980218b0a.tar.bz2
drakx-0cf84ac352733537be9d5c711fffbe8980218b0a.tar.xz
drakx-0cf84ac352733537be9d5c711fffbe8980218b0a.zip
gawk cmds.
-rwxr-xr-xperl-install/standalone/drakbackup4
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",