/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to plugin-runner.conf

  • Committer: Teddy Hogeborn
  • Date: 2008-09-05 08:38:30 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080905083830-6y9v2rb2us0m45kn
* Makefile (PIDDIR, USER, GROUP): New variables.
  (install-server): Create $(PIDDIR).  Copy "init.d-mandos" and
                    "default-mandos" into place.  Install init script
                    using "update-rc.d".
  (uninstall-server): Remove links to init script using "update-rc.d".
  (purge-server): Remove /etc/init.d/mandos and /etc/default/mandos.

* default-mandos: New file.  Will install as "/etc/default/mandos".
* init.d-mandos:            - '' -           "/etc/init.d/mandos".

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
## installed as "/etc/mandos/plugin-runner.conf", which will be copied
3
3
## to "/conf/conf.d/mandos/plugin-runner.conf" in the initrd.img file.
4
4
## 
5
 
## The default network interface for mandos-client(8mandos) is
 
5
## The default network interface for password-request(8mandos) is
6
6
## "eth0".  Uncomment this line and change it if necessary.
7
7
## 
8
8
 
9
 
#--options-for=mandos-client:--interface=eth0
 
9
#--options-for=password-request:--interface=eth0