mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
2019-02-19 Fred Gleason <fredg@paravelsystems.com>
* Added 'RnRmlOwner=' and 'RnRmlGroup=' directives to rd.conf(5). * Refactored the implementation of the 'Run Shell Command' ['RN'] RML to use runuser(1).
This commit is contained in:
@@ -252,6 +252,14 @@ AC_CHECK_HEADER(soundtouch/SoundTouch.h,[],[AC_MSG_ERROR([*** SoundTouch not fou
|
||||
#
|
||||
AM_PATH_PYTHON([3])
|
||||
|
||||
#
|
||||
# Check for runuser(1)
|
||||
#
|
||||
AC_PATH_PROG(RUNUSER_PATH,runuser)
|
||||
if test -z $RUNUSER_PATH ; then
|
||||
AC_MSG_ERROR([*** runuser(1) not found ***])
|
||||
fi
|
||||
|
||||
#
|
||||
# Check for FLAC
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user