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:
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"
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user