summaryrefslogtreecommitdiff
path: root/libre/filesystem/filesystem.install
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-06-20 23:13:26 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-06-20 23:13:26 -0400
commit58f788bd20b20b455d9cfa87174f8bdc6c23d2d9 (patch)
tree8d4978986935601ef99de1ead1ef16ae663ee383 /libre/filesystem/filesystem.install
parent0129d667cea80b431364dca92c019b5844ae9931 (diff)
parent548d9fd6d7de6c1acc52c33b2f41f7cf93fa6ba1 (diff)
downloadabslibre-58f788bd20b20b455d9cfa87174f8bdc6c23d2d9.tar.gz
abslibre-58f788bd20b20b455d9cfa87174f8bdc6c23d2d9.tar.bz2
abslibre-58f788bd20b20b455d9cfa87174f8bdc6c23d2d9.zip
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/filesystem/filesystem.install')
-rw-r--r--libre/filesystem/filesystem.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/libre/filesystem/filesystem.install b/libre/filesystem/filesystem.install
index f880b6496..c8717f01b 100644
--- a/libre/filesystem/filesystem.install
+++ b/libre/filesystem/filesystem.install
@@ -40,9 +40,10 @@ post_upgrade() {
_adduser http -u 33 -d /srv/http -g http -s /bin/false
_addgroup scanner -g 96
_addgroup rfkill -g 24
+ _addgroup lock -g 54
# sync gshadow to group (fixes FS#19869
- if ! grep -q '^rfkill:' etc/gshadow; then
+ if ! grep -q '^lock:' etc/gshadow; then
grpconv >/dev/null
fi