]> arthur.barton.de Git - netatalk.git/commitdiff
systemd unit dir is /usr/lib/systemd/system now
authorHAT <hat@fa2.so-net.ne.jp>
Tue, 13 Aug 2013 08:13:39 +0000 (17:13 +0900)
committerHAT <hat@fa2.so-net.ne.jp>
Tue, 13 Aug 2013 08:13:39 +0000 (17:13 +0900)
NEWS
macros/netatalk.m4

diff --git a/NEWS b/NEWS
index f30bd6150ff4f6f5428bf4194f28885efd4e481e..d567d5309e86ff30808c46b5f111301d0c61581d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,7 @@ Changes in 3.0.5
 * NEW: New boolean volume option "delete veto files". If this option is
        set to yes, then Netatalk will attempt to recursively delete any
        vetoed files and directories. FR #82.
+* UPD: systemd unit dir is /usr/lib/systemd/system .
 
 Changes in 3.0.4
 ================
index 61545febe9b471434bef5339e2df41381c1b67c6..4a87efcec2ea8e8d07bf42c910aa0fe02d63d146 100644 (file)
@@ -413,7 +413,7 @@ AC_DEFUN([AC_NETATALK_INIT_STYLE], [
            ;;
     "redhat-systemd")
            AC_MSG_RESULT([enabling redhat-style systemd support])
-           ac_cv_init_dir="/lib/systemd/system"
+           ac_cv_init_dir="/usr/lib/systemd/system"
            ;;
     "suse")
            AC_MSG_ERROR([--with-init-style=suse is obsoleted. Use suse-sysv or suse-systemd.])
@@ -424,7 +424,7 @@ AC_DEFUN([AC_NETATALK_INIT_STYLE], [
            ;;
     "suse-systemd")
            AC_MSG_RESULT([enabling suse-style systemd support (>=openSUSE12.1)])
-           ac_cv_init_dir="/lib/systemd/system"
+           ac_cv_init_dir="/usr/lib/systemd/system"
            ;;
     "gentoo")
            AC_MSG_RESULT([enabling gentoo-style initscript support])
@@ -444,7 +444,7 @@ AC_DEFUN([AC_NETATALK_INIT_STYLE], [
         ;;
     "systemd")
            AC_MSG_RESULT([enabling general systemd support])
-           ac_cv_init_dir="/lib/systemd/system"
+           ac_cv_init_dir="/usr/lib/systemd/system"
         ;;
     "none")
            AC_MSG_RESULT([disabling init-style support])