Author: luisibanez-guest
Date: 2012-07-11 15:21:02 +0000 (Wed, 11 Jul 2012)
New Revision: 11740

Removed:
   trunk/packages/vista/trunk/debian/vista.postinst
Log:
After conversation in mailing list concluded that vista users and
group were not desirable nor needed. Here they are removed.


Deleted: trunk/packages/vista/trunk/debian/vista.postinst
===================================================================
--- trunk/packages/vista/trunk/debian/vista.postinst    2012-07-11 15:19:23 UTC 
(rev 11739)
+++ trunk/packages/vista/trunk/debian/vista.postinst    2012-07-11 15:21:02 UTC 
(rev 11740)
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# Create vista user and group
-
-if ! getent passwd vista >/dev/null 2>&1; then
-    if ! getent group vista > /dev/null 2>&1; then
-       echo "Adding \`vista' group to system ..."
-       addgroup --quiet --system vista || true
-    fi
-    echo "Adding \`vista' user to system ..."
-    adduser --quiet --system --ingroup vista --home /var/lib/vista \
-       --shell /bin/sh --disabled-password vista || true
-fi
-
-chown -h -R vista:vista /var/lib/vista || true


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to