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 / +3 lines)
Lines 1917-1923 Link Here
1917
#    --> administrative users are only craig and celia'.
1917
#    --> administrative users are only craig and celia'.
1918
#
1918
#
1919
$Conf{CgiAdminUserGroup} = '';
1919
$Conf{CgiAdminUserGroup} = '';
1920
$Conf{CgiAdminUsers}     = '';
1920
$Conf{CgiAdminUsers}     = 'backuppc';
1921
1921
1922
#
1922
#
1923
# URL of the BackupPC_Admin CGI script.  Used for email messages.
1923
# 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
1964
# dates (MM/DD), a value of 2 uses full YYYY-MM-DD format, and zero
1965
# for international dates (DD/MM).
1965
# for international dates (DD/MM).
1966
#
1966
#
1967
$Conf{CgiDateFormatMMDD} = 1;
1967
$Conf{CgiDateFormatMMDD} = 2;
1968
1968
1969
#
1969
#
1970
# If set, the complete list of hosts appears in the left navigation
1970
# If set, the complete list of hosts appears in the left navigation
Lines 2138-2144 Link Here
2138
  'EMailNotifyMinDays' => '1',
2138
  'EMailNotifyMinDays' => '1',
2139
  'RsyncdAuthRequired' => '1',
2139
  'RsyncdAuthRequired' => '1',
2140
  'SmbClientRestoreCmd' => '0',
2140
  'SmbClientRestoreCmd' => '0',
2141
  'ClientNameAlias' => '1',
2141
  'ClientNameAlias' => '0',
2142
  'DumpPostShareCmd' => '0',
2142
  'DumpPostShareCmd' => '0',
2143
  'IncrLevels' => '1',
2143
  'IncrLevels' => '1',
2144
  'EMailOutlookBackupMesg' => '1',
2144
  'EMailOutlookBackupMesg' => '1',

Return to bug 287133