Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 287133 | Differences between
and this patch

Collapse All | Expand All

(-)conf/config.pl.formatted (-3 / +7 lines)
Lines 1319-1324 Link Here
1319
  '--times',
1319
  '--times',
1320
  '--block-size=2048',
1320
  '--block-size=2048',
1321
  '--recursive',
1321
  '--recursive',
1322
  '--specials',
1323
  '--checksum-seed=32761',
1322
];
1324
];
1323
1325
1324
#
1326
#
Lines 1385-1390 Link Here
1385
  '--relative',
1387
  '--relative',
1386
  '--ignore-times',
1388
  '--ignore-times',
1387
  '--recursive',
1389
  '--recursive',
1390
  '--specials',
1391
  '--checksum-seed=32761',
1388
];
1392
];
1389
1393
1390
###########################################################################
1394
###########################################################################
Lines 2015-2021 Link Here
2015
#    --> administrative users are only craig and celia'.
2019
#    --> administrative users are only craig and celia'.
2016
#
2020
#
2017
$Conf{CgiAdminUserGroup} = '';
2021
$Conf{CgiAdminUserGroup} = '';
2018
$Conf{CgiAdminUsers}     = '';
2022
$Conf{CgiAdminUsers}     = 'backuppc';
2019
2023
2020
#
2024
#
2021
# URL of the BackupPC_Admin CGI script.  Used for email messages.
2025
# URL of the BackupPC_Admin CGI script.  Used for email messages.
Lines 2062-2068 Link Here
2062
# dates (MM/DD), a value of 2 uses full YYYY-MM-DD format, and zero
2066
# dates (MM/DD), a value of 2 uses full YYYY-MM-DD format, and zero
2063
# for international dates (DD/MM).
2067
# for international dates (DD/MM).
2064
#
2068
#
2065
$Conf{CgiDateFormatMMDD} = 1;
2069
$Conf{CgiDateFormatMMDD} = 2;
2066
2070
2067
#
2071
#
2068
# If set, the complete list of hosts appears in the left navigation
2072
# If set, the complete list of hosts appears in the left navigation
Lines 2248-2254 Link Here
2248
  ClientTimeout => 1,
2252
  ClientTimeout => 1,
2249
  MaxOldPerPCLogFiles => 1,
2253
  MaxOldPerPCLogFiles => 1,
2250
  CompressLevel => 1,
2254
  CompressLevel => 1,
2251
  ClientNameAlias => 1,
2255
  ClientNameAlias => 0,
2252
  DumpPreUserCmd => 0,
2256
  DumpPreUserCmd => 0,
2253
  DumpPostUserCmd => 0,
2257
  DumpPostUserCmd => 0,
2254
  RestorePreUserCmd => 0,
2258
  RestorePreUserCmd => 0,

Return to bug 287133