X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage4%2Fpkg%2FPolicyKit;fp=stage4%2Fpkg%2FPolicyKit;h=0000000000000000000000000000000000000000;hb=0364372bf9bf57502160adc0402e38b8ea235c24;hp=c474b004e73ab2144c93bce0c4f8cf288a176e2c;hpb=2548ca03b0a338e53aa3c69c207f1ecfc83bd29c;p=hvlinux.git diff --git a/stage4/pkg/PolicyKit b/stage4/pkg/PolicyKit deleted file mode 100644 index c474b00..0000000 --- a/stage4/pkg/PolicyKit +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -hvconfig_pre() -{ - hv_groupadd -g 27 polkituser - hv_useradd -c Policy-Kit-Daemon-User -d /dev/null -u 27 \ - -g polkituser -s /bin/false polkituser - - CONFIGURE_OPTS="\ - ${CONFIGURE_OPTS} \ - --libexecdir=/usr/lib/PolicyKit \ - --localstatedir=/var" -}