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 / +5 lines)
Lines 1297-1302 Link Here
1297
  '--times',
1297
  '--times',
1298
  '--block-size=2048',
1298
  '--block-size=2048',
1299
  '--recursive',
1299
  '--recursive',
1300
  '--checksum-seed=32761',
1300
  '--specials'
1301
  '--specials'
1301
];
1302
];
1302
1303
Lines 1321-1326 Link Here
1321
  '--relative',
1322
  '--relative',
1322
  '--ignore-times',
1323
  '--ignore-times',
1323
  '--recursive',
1324
  '--recursive',
1325
  '--checksum-seed=32761',
1324
  '--specials'
1326
  '--specials'
1325
];
1327
];
1326
1328
Lines 1917-1923 Link Here
1917
#    --> administrative users are only craig and celia'.
1919
#    --> administrative users are only craig and celia'.
1918
#
1920
#
1919
$Conf{CgiAdminUserGroup} = '';
1921
$Conf{CgiAdminUserGroup} = '';
1920
$Conf{CgiAdminUsers}     = '';
1922
$Conf{CgiAdminUsers}     = 'backuppc';
1921
1923
1922
#
1924
#
1923
# URL of the BackupPC_Admin CGI script.  Used for email messages.
1925
# URL of the BackupPC_Admin CGI script.  Used for email messages.
Lines 1964-1970 Link Here
1964
# dates (MM/DD), a value of 2 uses full YYYY-MM-DD format, and zero
1966
# dates (MM/DD), a value of 2 uses full YYYY-MM-DD format, and zero
1965
# for international dates (DD/MM).
1967
# for international dates (DD/MM).
1966
#
1968
#
1967
$Conf{CgiDateFormatMMDD} = 1;
1969
$Conf{CgiDateFormatMMDD} = 2;
1968
1970
1969
#
1971
#
1970
# If set, the complete list of hosts appears in the left navigation
1972
# If set, the complete list of hosts appears in the left navigation
Lines 2138-2144 Link Here
2138
  'EMailNotifyMinDays' => '1',
2140
  'EMailNotifyMinDays' => '1',
2139
  'RsyncdAuthRequired' => '1',
2141
  'RsyncdAuthRequired' => '1',
2140
  'SmbClientRestoreCmd' => '0',
2142
  'SmbClientRestoreCmd' => '0',
2141
  'ClientNameAlias' => '1',
2143
  'ClientNameAlias' => '0',
2142
  'DumpPostShareCmd' => '0',
2144
  'DumpPostShareCmd' => '0',
2143
  'IncrLevels' => '1',
2145
  'IncrLevels' => '1',
2144
  'EMailOutlookBackupMesg' => '1',
2146
  'EMailOutlookBackupMesg' => '1',

Return to bug 287133