diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-10-09 21:55:49 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-10-09 21:55:49 -0400 |
commit | 42a5749cf083ca141ea356263cf5ad0000f5da12 (patch) | |
tree | 5dd2824f43e6c2af95281af174c7e8c1cb7b29b7 /libre/filesystem/filesystem.install | |
parent | ad1725db924d8330ec3c9cd738f214f51fbc4504 (diff) | |
parent | 533189fa3e72bb81b1904365f40d8fbd4ef78690 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/filesystem/filesystem.install')
-rwxr-xr-x | libre/filesystem/filesystem.install | 4 |
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 |