diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-10-12 12:37:55 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-10-12 12:37:55 -0300 |
commit | 2a852cb3199b19bb3a29ec70c718b6e8ee4664a9 (patch) | |
tree | 60b7f84061f4943cc38ebd4e743fdf3fa764daa1 /libre/filesystem/filesystem.install | |
parent | 91166a0d80dba90fd164fe01b66e9d25f20b5057 (diff) | |
parent | 4e8207d864d8b3bd955984348ae1c7346ad40a6a (diff) |
Merge branch 'master' of ssh://gparabola/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 |