mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 07:10:11 +01: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:
@@ -18342,3 +18342,8 @@
|
||||
to fail to be logged.
|
||||
2019-01-09 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a rule to the RPM package to create a PyPAD user and group.
|
||||
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.
|
||||
|
||||
@@ -1 +1 @@
|
||||
3.0.0alpha04
|
||||
3.0.0alpha04a
|
||||
4
lib/rd.h
4
lib/rd.h
@@ -219,8 +219,8 @@
|
||||
*/
|
||||
#define RD_DEFAULT_AUDIO_OWNER "user"
|
||||
#define RD_DEFAULT_AUDIO_GROUP "users"
|
||||
#define RD_DEFAULT_PYPAD_OWNER "nobody"
|
||||
#define RD_DEFAULT_PYPAD_GROUP "nobody"
|
||||
#define RD_DEFAULT_PYPAD_OWNER "pypad"
|
||||
#define RD_DEFAULT_PYPAD_GROUP "pypad"
|
||||
#define RD_DEFAULT_LABEL "Default Configuration"
|
||||
|
||||
/*
|
||||
|
||||
@@ -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