summaryrefslogtreecommitdiff
path: root/libre/filesystem/filesystem.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-10-05 14:38:50 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-10-05 14:38:50 -0300
commit8d460a3e2670da093d1619a84ca908c5ed2b163e (patch)
treec817503b1cf324e07cf3e9eebbeab6bc3975e92d /libre/filesystem/filesystem.install
parentf04cc1ece8c79107dcaaed0ee737eb43404ab51e (diff)
filesystem-2012.10-1: updating version
Diffstat (limited to 'libre/filesystem/filesystem.install')
-rwxr-xr-xlibre/filesystem/filesystem.install4
1 files changed, 3 insertions, 1 deletions
diff --git a/libre/filesystem/filesystem.install b/libre/filesystem/filesystem.install
index c8717f01b..34fcc0dee 100755
--- a/libre/filesystem/filesystem.install
+++ b/libre/filesystem/filesystem.install
@@ -41,8 +41,10 @@ post_upgrade() {
_addgroup scanner -g 96
_addgroup rfkill -g 24
_addgroup lock -g 54
+ _addgroup uuidd -g 68
+ _adduser uuidd -u 68 -d / -g uuidd -s /sbin/nologin
- # sync gshadow to group (fixes FS#19869
+ # sync gshadow to group (fixes FS#19869)
if ! grep -q '^lock:' etc/gshadow; then
grpconv >/dev/null
fi