projects
/
alff.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Do some spoofcheks even in ipv6. This is probably not complete
[alff.git]
/
debian
/
alff-agent.postinst
1
#!/bin/bash
2
#
3
# alff-agent.postinst
4
#
5
6
if [ -x "/etc/init.d/alff-agent" ]; then
7
# start alff-agent as soon as possible after the network has been initialized.
8
update-rc.d alff-agent start 41 S . >/dev/null
9
fi