diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-06-19 15:49:22 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-06-19 15:49:22 -0300 |
commit | de2295f3705c7e25e884e81ef5426c913ba20005 (patch) | |
tree | 8e7f1a8de8d0a54976b1761d2abc877cb6d7def9 /libre/filesystem/filesystem.install | |
parent | 995b50d53e475bccdea382da870e37f87a5bfb64 (diff) | |
download | abslibre-de2295f3705c7e25e884e81ef5426c913ba20005.tar.gz abslibre-de2295f3705c7e25e884e81ef5426c913ba20005.tar.bz2 abslibre-de2295f3705c7e25e884e81ef5426c913ba20005.zip |
filesystem-2012.6-3: updating version
Diffstat (limited to 'libre/filesystem/filesystem.install')
-rw-r--r-- | libre/filesystem/filesystem.install | 3 |
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 |