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:
Fred Gleason
2019-01-09 17:05:24 -05:00
parent 3730e51bf1
commit e8a14caf53
4 changed files with 9 additions and 4 deletions

View File

@@ -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.

View File

@@ -1 +1 @@
3.0.0alpha04
3.0.0alpha04a

View File

@@ -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"
/*

View File

@@ -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