/usr/share/doc/apt-dater/examples/apt-dater.conf.example is in apt-dater 0.9.0-8.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | # Config file of apt-dater in the form of the glib GKeyFile required
[Paths]
# Default: $XDG_CONFIG_HOME/apt-dater/hosts.conf
#HostsFile=path-to/hosts.conf
# Default: $XDG_DATA_HOME/apt-dater
#StatsDir=path-to/stats
[SSH]
# SSH binary
Cmd=/usr/bin/ssh
OptionalCmdFlags=-t
# SFTP binary
SFTPCmd=/usr/bin/mc /#sh:%u@%h:C/
#[Screen]
## Default: $XDG_CONFIG_HOME/apt-dater/screenrc
#RCFile=path-to/screenrc
#
## Default: %m # %u@%h:%p
#Title=%m # %u@%h:%p
#
# These values requires apt-dater-host to be installed on the target host.
# You could call apt/aptitude directly (see apt-dater-host source),
# but this is not recommended.
[Commands]
CmdRefresh=apt-dater-host refresh
CmdUpgrade=apt-dater-host upgrade
CmdInstall=apt-dater-host install %s
# 'Auto Refresh' feature configuration
[AutoRef]
# Refresh hosts if the are outdated.
enabled=true
[Appearance]
# Colors = (COMPONENT FG BG ';')*
# COMPONENT ::= 'default' | 'menu' | 'status' | 'selector' | 'hoststatus' |
# 'query' | 'input'
# FG ::= COLOR
# BG ::= COLOR
# COLOR ::= 'black' | 'blue' | 'cyan' | 'green' | 'magenta' | 'red' |
# 'white' | 'yellow'
Colors=menu brightgreen blue;status brightgreen blue;selector black red;
#[TCLFilter]
#Predefined filter expression on startup.
#FilterExp=return [expr [string compare $lsb_distri \"Debian\"] == 0 && $lsb_rel < 4.0]
#Load this TCL file on startup in the same context as the FilterExp.
#FilterFile=/patch/to/file.tcl
# Notify user by...
[Notify]
# terminal bell
beep=true
# screen flash
flash=true
|