mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 07:10:11 +01:00
2019-01-18 Fred Gleason <fredg@paravelsystems.com>
* Fixed a path bug in the Console Helper configuration that broke startup of rdalsaconfig(8) and rddbconfig(8) from the desktop menu when using default --prefix= value.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -155,5 +155,7 @@ utils/rdselect_helper/rdprofile.h
|
|||||||
utils/rdselect_helper/rdselect_helper
|
utils/rdselect_helper/rdselect_helper
|
||||||
utils/sas_shim/sas_shim
|
utils/sas_shim/sas_shim
|
||||||
web/rdfeed/rdfeed.xml
|
web/rdfeed/rdfeed.xml
|
||||||
|
xdg/rdalsaconfig-root-consolehelper
|
||||||
|
xdg/rddbconfig-root-consolehelper
|
||||||
xdg/rivendell-opsguide-html.desktop
|
xdg/rivendell-opsguide-html.desktop
|
||||||
xdg/rivendell-opsguide-pdf.desktop
|
xdg/rivendell-opsguide-pdf.desktop
|
||||||
|
|||||||
@@ -18406,3 +18406,7 @@
|
|||||||
2019-01-17 Fred Gleason <fredg@paravelsystems.com>
|
2019-01-17 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed a bug in rdrender(1) that caused corruption when printing
|
* Fixed a bug in rdrender(1) that caused corruption when printing
|
||||||
UTF-8 characters.
|
UTF-8 characters.
|
||||||
|
2019-01-18 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a path bug in the Console Helper configuration that broke
|
||||||
|
startup of rdalsaconfig(8) and rddbconfig(8) from the desktop
|
||||||
|
menu when using default --prefix= value.
|
||||||
|
|||||||
@@ -551,6 +551,8 @@ AC_CONFIG_FILES([rivendell.spec \
|
|||||||
utils/rmlsend/Makefile \
|
utils/rmlsend/Makefile \
|
||||||
utils/sas_shim/Makefile \
|
utils/sas_shim/Makefile \
|
||||||
xdg/Makefile \
|
xdg/Makefile \
|
||||||
|
xdg/rdalsaconfig-root-consolehelper \
|
||||||
|
xdg/rddbconfig-root-consolehelper \
|
||||||
])
|
])
|
||||||
AC_OUTPUT()
|
AC_OUTPUT()
|
||||||
|
|
||||||
|
|||||||
@@ -67,9 +67,9 @@ uninstall-local:
|
|||||||
rm -f $(DESTDIR)/etc/security/console.apps/rddbconfig-root
|
rm -f $(DESTDIR)/etc/security/console.apps/rddbconfig-root
|
||||||
rm -f $(DESTDIR)$(prefix)/bin/rddbconfig-root
|
rm -f $(DESTDIR)$(prefix)/bin/rddbconfig-root
|
||||||
|
|
||||||
EXTRA_DIST = rdalsaconfig-root-consolehelper\
|
EXTRA_DIST = rdalsaconfig-root-consolehelper.in\
|
||||||
rdalsaconfig-root-pam\
|
rdalsaconfig-root-pam\
|
||||||
rddbconfig-root-consolehelper\
|
rddbconfig-root-consolehelper.in\
|
||||||
rddbconfig-root-pam\
|
rddbconfig-root-pam\
|
||||||
rivendell-configuration.directory\
|
rivendell-configuration.directory\
|
||||||
rivendell-documentation.directory\
|
rivendell-documentation.directory\
|
||||||
@@ -99,6 +99,7 @@ EXTRA_DIST = rdalsaconfig-root-consolehelper\
|
|||||||
rivendell-utilities.directory
|
rivendell-utilities.directory
|
||||||
|
|
||||||
CLEANFILES = *~
|
CLEANFILES = *~
|
||||||
|
DISTCLEANFILES = rdalsaconfig-root-consolehelper\
|
||||||
|
rddbconfig-root-consolehelper
|
||||||
MAINTAINERCLEANFILES = *~\
|
MAINTAINERCLEANFILES = *~\
|
||||||
Makefile.in
|
Makefile.in
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
USER=root
|
|
||||||
PROGRAM=/usr/bin/rdalsaconfig
|
|
||||||
SESSION=true
|
|
||||||
3
xdg/rdalsaconfig-root-consolehelper.in
Normal file
3
xdg/rdalsaconfig-root-consolehelper.in
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
USER=root
|
||||||
|
PROGRAM=@prefix@/bin/rdalsaconfig
|
||||||
|
SESSION=true
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
USER=root
|
|
||||||
PROGRAM=/usr/bin/rddbconfig
|
|
||||||
SESSION=true
|
|
||||||
3
xdg/rddbconfig-root-consolehelper.in
Normal file
3
xdg/rddbconfig-root-consolehelper.in
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
USER=root
|
||||||
|
PROGRAM=@prefix@/bin/rddbconfig
|
||||||
|
SESSION=true
|
||||||
Reference in New Issue
Block a user