mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
2019-01-09 Fred Gleason <fredg@paravelsystems.com>
* Changed the value of RD_DEFAULT_PYPAD_OWNER to 'pypad'. * Changed the value of RD_DEFAULT_PYPAD_GROUP to 'pypad'. * Fixed a bug that caused creation of the 'pypad' system user to fail.
This commit is contained in:
@@ -489,7 +489,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post pypad
|
||||
/usr/sbin/groupadd -r -g 151 pypad &>/dev/null || :
|
||||
/usr/sbin/useradd -o -u 151 -g pypad -s /bin/false -r -c "Rivendell PyPAD scripts" -d /var/snd %{name} &>/dev/null || :
|
||||
/usr/sbin/useradd -o -u 151 -g pypad -s /bin/false -r -c "Rivendell PyPAD scripts" -d /dev/null pypad &>/dev/null || :
|
||||
|
||||
|
||||
%files select
|
||||
|
Reference in New Issue
Block a user