~kampka/ubuntu/quantal/fwknop/upstart-support

« back to all changes in this revision

Viewing changes to test/conf/external_cmd_no_open_ports_access.conf

  • Committer: Bazaar Package Importer
  • Author(s): Franck Joncourt
  • Date: 2008-11-15 14:44:08 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20081115144408-jy3m48bxs7u98xb6
Tags: 1.9.9-1
* New Upstream Version
* Fixed typo in fwknop-server init-script. (Closes: #504665)
* Added DAEMON_ARGS variable to allow users to pass specifics options to
  the daemon. (Closes: #504666)
* Adjusted priority from optional to extra.
  (Fwknop has some dependencies on packages whose priority is extra)
* Fixed dependency on the mail command. (Closes: #504670)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
SOURCE: ANY;
 
3
REQUIRE_USERNAME: root;
 
4
REQUIRE_SOURCE_ADDRESS: Y;
 
5
KEY: fwknoptest;
 
6
FW_ACCESS_TIMEOUT: 5;
 
7
EXTERNAL_CMD_OPEN:       echo "$SRC open" > output/spa_noports.open;
 
8
EXTERNAL_CMD_CLOSE:      echo "$SRC close" > output/spa_noports.close;