~ubuntu-branches/ubuntu/karmic/mythtv-status/karmic

« back to all changes in this revision

Viewing changes to debian/templates

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Ruthven
  • Date: 2007-11-30 09:54:03 UTC
  • Revision ID: james.westby@ubuntu.com-20071130095403-ngpfya9o51mui11v
Tags: 0.5.2-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Template: mythtv-status/host
 
2
Type: string
 
3
Default: localhost
 
4
_Description: MythTV backend to check:
 
5
 The MythTV backend to check, you only need to change this if you want to check
 
6
 a different host.
 
7
 
 
8
Template: mythtv-status/enable
 
9
Type: boolean
 
10
Default: true
 
11
_Description: Update the system MOTD?
 
12
 Whether the Message of the Day should be updated on system boot and on a
 
13
 regular basis.
 
14
 .
 
15
 To adjust how often the MOTD is updated, edit /etc/cron.d/mythtv-status.
 
16
 
 
17
Template: mythtv-status/email
 
18
Type: string
 
19
Default: none
 
20
_Description: Send email status to:
 
21
 Status emails can be sent on a daily basis.
 
22
 .
 
23
 By default an email is only sent if there is a conflict.  You must have
 
24
 the MythTV Perl API installed for this to work.
 
25
 .
 
26
 To disable set the email address to "none".  To specify multiple email
 
27
 addresses, seperate them with a comma.