repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
arpwatch-gentoo
/
arpwatch-gentoo.install
blob
6585e4c495698c7a6d692bf4bf871c889192c913
1
post_install() {
2
useradd -r -g nobody -d /var/lib/arpwatch -s /bin/false arpwatch
3
chown -R arpwatch:nobody /var/lib/arpwatch/
4
5
echo "Change /etc/conf.d/arpwatch according your needs"
6
}