diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-03-15 00:43:03 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-03-15 00:43:03 -0300 |
commit | 0583d01f9dedbc19c729a93bcb93ffaf8072f76f (patch) | |
tree | faeeff42a2d9360914d0efe0059f0b8c0168bc07 /libre/filesystem/filesystem.install | |
parent | 3b1b14787495a420c728b5a943276b620ad97178 (diff) | |
download | abslibre-0583d01f9dedbc19c729a93bcb93ffaf8072f76f.tar.gz abslibre-0583d01f9dedbc19c729a93bcb93ffaf8072f76f.tar.bz2 abslibre-0583d01f9dedbc19c729a93bcb93ffaf8072f76f.zip |
filesystem-2013.03-2: updating version
* Add GID 190 for systemd-journal group
* Add systemd-journal to gshadow
Diffstat (limited to 'libre/filesystem/filesystem.install')
-rw-r--r-- | libre/filesystem/filesystem.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libre/filesystem/filesystem.install b/libre/filesystem/filesystem.install index 0684afd69..c04374422 100644 --- a/libre/filesystem/filesystem.install +++ b/libre/filesystem/filesystem.install @@ -33,6 +33,7 @@ post_upgrade() { _adduser uuidd -u 68 -d / -g uuidd -s /sbin/nologin _addgroup dbus -g 81 _adduser dbus -u 81 -d / -g dbus -s /sbin/nologin + _addgroup systemd-journal -g 190 # sync gshadow to group (fixes FS#19869) if ! grep -q '^lock:' etc/gshadow; then |