mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2018-08-10 Fred Gleason <fredg@paravelsystems.com>
* Modified the boot system to use SystemD.
This commit is contained in:
17
configure.ac
17
configure.ac
@@ -408,19 +408,6 @@ else
|
||||
AC_DEFINE(HAVE_FLAC_METADATA,yes)
|
||||
fi
|
||||
|
||||
#
|
||||
# Distro-Specific Stuff
|
||||
#
|
||||
if test -f /etc/gentoo-release ; then
|
||||
rm -f rivendell
|
||||
ln -s rivendell-gentoo rivendell
|
||||
AC_MSG_NOTICE([Configured to install Gentoo-specific init script])
|
||||
else
|
||||
rm -f rivendell
|
||||
ln -s rivendell-suse rivendell
|
||||
AC_MSG_NOTICE([Configured to install generic init script])
|
||||
fi
|
||||
|
||||
#
|
||||
# Configure RPM Build
|
||||
#
|
||||
@@ -483,7 +470,6 @@ AC_CONFIG_FILES([rivendell.spec \
|
||||
Makefile \
|
||||
make_slack \
|
||||
slack-desc \
|
||||
rivendell-suse \
|
||||
rdrepld-suse \
|
||||
conf/rd-bin.conf \
|
||||
icons/Makefile \
|
||||
@@ -559,12 +545,13 @@ AC_CONFIG_FILES([rivendell.spec \
|
||||
rdservice/Makefile \
|
||||
rdvairplayd/Makefile \
|
||||
scripts/Makefile \
|
||||
systemd/Makefile \
|
||||
systemd/rivendell.service \
|
||||
tests/Makefile \
|
||||
xdg/Makefile \
|
||||
])
|
||||
AC_OUTPUT()
|
||||
chmod 755 make_slack
|
||||
chmod 755 rivendell-suse
|
||||
chmod 755 rdrepld-suse
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user