File: sys-config

package info (click to toggle)
sauce 0.7.7.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 416 kB
  • ctags: 184
  • sloc: tcl: 4,105; makefile: 125; sh: 114
file content (15 lines) | stat: -rwxr-xr-x 320 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# You may edit this file to change the behaviour of
# /etc/cron.weekly/sauce and other startup/maintenance scripts.

exit 0
# Remove the preceding line when you've configured sauce

SAUCE_USER=mail
SAUCE_GROUP=mail
SAUCE_LOGS_SAVE=5
SAUCE_LOGS_MODE=644

umask 022

PATH=/usr/local/sbin:/sbin:/usr/sbin:$PATH
export PATH