summaryrefslogtreecommitdiffstats
path: root/move
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-11-28 22:10:56 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-11-28 22:10:56 +0000
commitb9e3e2e7c74a9290e71400aef26e29ca82b08a8c (patch)
tree8b87fef1d99ef33d920e203390fdaf33cd9397f4 /move
parentd43b34011a52eab5d9dcdc2301b09ecc09e02c76 (diff)
downloaddrakx-backup-do-not-use-b9e3e2e7c74a9290e71400aef26e29ca82b08a8c.tar
drakx-backup-do-not-use-b9e3e2e7c74a9290e71400aef26e29ca82b08a8c.tar.gz
drakx-backup-do-not-use-b9e3e2e7c74a9290e71400aef26e29ca82b08a8c.tar.bz2
drakx-backup-do-not-use-b9e3e2e7c74a9290e71400aef26e29ca82b08a8c.tar.xz
drakx-backup-do-not-use-b9e3e2e7c74a9290e71400aef26e29ca82b08a8c.zip
don't do useless copy files on self when no /etc/passwd is found
Diffstat (limited to 'move')
-rw-r--r--move/move.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/move/move.pm b/move/move.pm
index d959626fe..605adb4f9 100644
--- a/move/move.pm
+++ b/move/move.pm
@@ -267,10 +267,10 @@ sub key_installfiles {
print "inconsistency: more than one /etc/passwd on key! can't proceed, please clean the key\n";
exit 1;
}
+ return if !@etcpasswords;
my ($path) = $etcpasswords[0] =~ m|(.*)/etc/passwd|;
run_program::run('cp', '-f', "$path$_", $_) foreach @files;
run_program::run('rm', '-f', $etcpasswords[0]);
- return $etcpasswords[0];
};
if (!-d $sysconf) {