From: HAT Date: Tue, 13 Aug 2013 08:13:39 +0000 (+0900) Subject: systemd unit dir is /usr/lib/systemd/system now X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=d6871a38bd010d27e29aff572d291808b9da278a systemd unit dir is /usr/lib/systemd/system now --- diff --git a/NEWS b/NEWS index f30bd615..d567d530 100644 --- 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 ================ diff --git a/macros/netatalk.m4 b/macros/netatalk.m4 index 61545feb..4a87efce 100644 --- a/macros/netatalk.m4 +++ b/macros/netatalk.m4 @@ -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])