X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fdaemon.xml;h=a23a04794b2a5e1cee35fe46f73cae8682c0704f;hp=d7cf0023634c8df943c1382b1c84ac784dc93b77;hb=42483a747489ff46aed3588b78bf4b9480dbeaf7;hpb=8c63bf4ab0d826148fa86e0b56b3498eff4a69b0 diff --git a/man/daemon.xml b/man/daemon.xml index d7cf00236..a23a04794 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -748,7 +748,7 @@ boot. Packages using - autoconf1 + autoconf1 are recommended to use a configure script excerpt like the following to determine the unit installation path during source @@ -783,7 +783,7 @@ AM_CONDITIONAL([HAVE_SYSTEMD], [test "x$with_systemdsystemunitdir" != "xno"])

Makefile.am file in - automake1-based + automake1-based projects:
DISTCHECK_CONFIGURE_FLAGS = \ @@ -798,7 +798,7 @@ systemdsystemunit_DATA = \ endif In the - rpm8 + rpm8 .spec file, use snippets like the following to enable/disable the service during @@ -935,7 +935,7 @@ fi Placing Daemon Data - It is recommended to follow the genreal + It is recommended to follow the general guidelines for placing package files, as discussed in file-hierarchy7.