V961 Tree Umbau

git-svn-id: svn://svn.compuextreme.de/Viitor/V961/Viitor_quagga@4311 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2008-05-03 16:59:10 +00:00
commit 7259da530a
2 changed files with 9 additions and 0 deletions

9
tmp/postinstall Normal file
View File

@ -0,0 +1,9 @@
#!/bin/bash
if ! getent group quagga >/dev/null; then
groupadd -g 24 quagga
fi
if ! getent passwd quagga >/dev/null; then
useradd -u 45 -g quagga -d /quagga -s /bin/false quagga
fi

Binary file not shown.