From 6eb6ef1b6a1e924c0e82564dbc61475a8bc5e8d5 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Fri, 14 Dec 2018 08:50:17 +0000 Subject: community/backuppc: no longer maintained --- community/backuppc/configure.pl.patch | 69 +++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 community/backuppc/configure.pl.patch (limited to 'community/backuppc/configure.pl.patch') diff --git a/community/backuppc/configure.pl.patch b/community/backuppc/configure.pl.patch new file mode 100644 index 0000000000..67c2892ab4 --- /dev/null +++ b/community/backuppc/configure.pl.patch @@ -0,0 +1,69 @@ +--- BackupPC-3.3.0.orig/configure.pl ++++ BackupPC-3.3.0/configure.pl +@@ -327,25 +327,11 @@ + + EOF + my($name, $passwd, $Uid, $Gid); +-while ( 1 ) { +- $Conf{BackupPCUser} = prompt("--> BackupPC should run as user", +- $Conf{BackupPCUser} || "backuppc", +- "backuppc-user"); +- if ( $opts{"set-perms"} ) { ++ $Conf{BackupPCUser} = prompt("--> BackupPC should run as user", ++ $Conf{BackupPCUser} || "backuppc", ++ "backuppc-user"); + ($name, $passwd, $Uid, $Gid) = getpwnam($Conf{BackupPCUser}); +- last if ( $name ne "" ); +- print <