2018-08-10 Fred Gleason <fredg@paravelsystems.com>

* Modified the boot system to use SystemD.
This commit is contained in:
Fred Gleason
2018-08-10 07:16:15 -04:00
parent 223bdc2f84
commit e39a0e4d00
9 changed files with 83 additions and 338 deletions

View File

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