diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2012-10-11 17:39:09 -0200 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2012-10-11 17:39:09 -0200 |
commit | 4a6a67cb189d4b5a867259ed6783845bc11a3de7 (patch) | |
tree | f57c855bbe5ae2cb6f954d486073e36d8e1574cc /libre/filesystem/filesystem.install | |
parent | 4bc4b477ce80b006778fed0807e5f93a19ff1f15 (diff) | |
parent | 603c6e15dbcc77f54fc348e70c5cfcef5e2d6db2 (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 |