~ubuntu-branches/ubuntu/karmic/sysrqd/karmic

« back to all changes in this revision

Viewing changes to sysrqd.h

  • Committer: Bazaar Package Importer
  • Author(s): Julien Danjou
  • Date: 2008-01-01 14:31:47 UTC
  • mfrom: (0.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20080101143147-pdshpgy4n9djgze8
Tags: 9-2
* Add LSB section to init.d script (Closes: #458489)
* Don't ignore make clean errors in debian/rules
* Bump standard version
* Switch to dh_compat 5
* Remove useless dir usr/bin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $Id: sysrqd.h 1702 2007-01-19 14:33:11Z jd $ */
 
2
 
1
3
#define PASS_MAX_LEN 32
 
4
#define BIND_MAX_LEN 16
2
5
#define PROMPT "sysrq> "
3
6
#define SYSRQ_TRIGGER_PATH "/proc/sysrq-trigger"
4
7
#define AUTH_FILE "/etc/sysrqd.secret"
 
8
#define BINDIP_FILE "/etc/sysrqd.bind"
5
9
#define PID_FILE "/var/run/sysrqd.pid"
6
10
#define SYSRQD_PRIO -19
7
11
#define SYSRQD_LISTEN_PORT 4094