]> git.pld-linux.org Git - packages/BackupPC.git/commitdiff
- stupid, temportary patch, that allows our builders to build that spec...
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Mon, 6 Dec 2004 22:33:05 +0000 (22:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    backuppc-stupid-user.patch -> 1.1

backuppc-stupid-user.patch [new file with mode: 0644]

diff --git a/backuppc-stupid-user.patch b/backuppc-stupid-user.patch
new file mode 100644 (file)
index 0000000..5f6cc44
--- /dev/null
@@ -0,0 +1,11 @@
+--- BackupPC-2.1.0/configure.pl        2004-06-20 02:28:08.000000000 +0000
++++ BackupPC-2.1.0.new/configure.pl    2004-12-06 22:28:42.445528048 +0000
+@@ -250,7 +250,7 @@
+ my($name, $passwd, $Uid, $Gid);
+ while ( 1 ) {
+     $Conf{BackupPCUser} = prompt("--> BackupPC should run as user",
+-                                 $Conf{BackupPCUser} || "backuppc",
++                                 $Conf{BackupPCUser} || "builder",
+                                  "username");
+     ($name, $passwd, $Uid, $Gid) = getpwnam($Conf{BackupPCUser});
+     last if ( $name ne "" );
This page took 0.272707 seconds and 4 git commands to generate.