X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage4%2Fpkg%2Fpolkit;fp=stage4%2Fpkg%2Fpolkit;h=0000000000000000000000000000000000000000;hb=0364372bf9bf57502160adc0402e38b8ea235c24;hp=24b17760fcc660e1b7e2083879aac3d0620c6516;hpb=2548ca03b0a338e53aa3c69c207f1ecfc83bd29c;p=hvlinux.git diff --git a/stage4/pkg/polkit b/stage4/pkg/polkit deleted file mode 100644 index 24b1776..0000000 --- a/stage4/pkg/polkit +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -hvconfig_pre() -{ - # It is a requirement to have a dedicated user and group for polkit to - # function correctly: - hv_groupadd -fg 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/polkit-1 \ - --localstatedir=/var" -}