git-svn-id: file:///home/jan/tmp/wetterstation/trunk@177 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi 2006-09-27 23:20:26 +00:00
parent ec60e691f4
commit 746d7edcfe
1 changed files with 2 additions and 2 deletions

View File

@ -8,10 +8,10 @@ if ! getent passwd weatherstation >/dev/null 2>&1; then
--disabled-password --disabled-login \ --disabled-password --disabled-login \
--shell /bin/false \ --shell /bin/false \
weatherstation weatherstation
adduser weatherstation dailout adduser weatherstation dialout
echo "." echo "."
fi fi
# Fixperms: # Fixperms:
/bin/chown weatherstation:weatherstation /etc/weatherstation/weatherd.conf /bin/chown weatherstation:weatherstation /etc/weatherstation/weatherd.conf
/bin/chmod 440 /etc/weatherstation/weather.conf /bin/chmod 440 /etc/weatherstation/weatherd.conf