repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
debian: new upstream release
[git/debian.git]
/
debian
/
git-daemon-sysvinit.postinst
blob
65270fb2b055036f0566eca2df6dffe5f941224d
1
#!/bin/sh
2
set -e
3
4
test
"
$1
"
!=
'configure'
|| \
5
getent passwd gitdaemon
>/
dev
/
null || \
6
adduser
--system --home
/
nonexistent
--no-create-home
gitdaemon
7
8
#DEBHELPER#