From 8b80903c66fdab0211f6edccd085cb5f19505a53 Mon Sep 17 00:00:00 2001 From: losinshi Date: Wed, 27 Sep 2006 15:14:35 +0000 Subject: [PATCH] added group dailout git-svn-id: file:///home/jan/tmp/wetterstation/trunk@157 dd492736-c11a-0410-ad51-8c26713eaf7f --- debian/weatherstation-chart.postinst | 3 ++- debian/weatherstation-checksensor.postinst | 3 ++- debian/weatherstation-weatherd.postinst | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/weatherstation-chart.postinst b/debian/weatherstation-chart.postinst index f84a23f..1043214 100644 --- a/debian/weatherstation-chart.postinst +++ b/debian/weatherstation-chart.postinst @@ -6,7 +6,8 @@ if ! getent passwd weatherstation >/dev/null 2>&1; then echo -n "Creating user/group 'weatherstation'" >&2 adduser --quiet --system --group --no-create-home \ --disabled-password --disabled-login \ - --shell /bin/false weatherstation + --shell /bin/false --ingroup dailout \ + weatherstation echo "." fi diff --git a/debian/weatherstation-checksensor.postinst b/debian/weatherstation-checksensor.postinst index 917bdf1..bbcc1cb 100644 --- a/debian/weatherstation-checksensor.postinst +++ b/debian/weatherstation-checksensor.postinst @@ -6,6 +6,7 @@ if ! getent passwd weatherstation >/dev/null 2>&1; then echo -n "Creating user/group 'weatherstation'" >&2 adduser --quiet --system --group --no-create-home \ --disabled-password --disabled-login \ - --shell /bin/false weatherstation + --shell /bin/false --ingroup dailout + weatherstation echo "." fi diff --git a/debian/weatherstation-weatherd.postinst b/debian/weatherstation-weatherd.postinst index 917bdf1..92fc740 100644 --- a/debian/weatherstation-weatherd.postinst +++ b/debian/weatherstation-weatherd.postinst @@ -6,6 +6,7 @@ if ! getent passwd weatherstation >/dev/null 2>&1; then echo -n "Creating user/group 'weatherstation'" >&2 adduser --quiet --system --group --no-create-home \ --disabled-password --disabled-login \ - --shell /bin/false weatherstation + --shell /bin/false --ingroup dailout \ + weatherstation echo "." fi