Changeset 634578e


Ignore:
Timestamp:
08/24/2014 07:26:39 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
0616b513
Parents:
f3d469b1
Message:

Fixes to systemd units.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14038 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf3d469b1 r634578e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "23">                   <!-- Always 2 digits -->
     3<!ENTITY day          "24">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS systemd Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 23rd, &year;">
     9<!ENTITY releasedate  "August 24th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "systemd">              <!-- svn|[release #] -->
     
    4545<!ENTITY fedora-http-repo     "http://pkgs.fedoraproject.org/repo/pkgs">
    4646<!ENTITY jaist-ftp-repo       "ftp://ftp.jaist.ac.jp/pub//sourceforge">
    47 <!ENTITY trinity-repo-ftp     "ftp://anduin.&lfs-domainname;/trinity">
    48 <!ENTITY trinity-repo-http    "http://anduin.&lfs-domainname;/sources/trinity">
    4947<!ENTITY publisher            "Unknown">
    5048<!ENTITY xorg-download-http   "http://xorg.freedesktop.org/archive/individual">
     
    7371<!-- End LFS versions -->
    7472
    75 <!ENTITY blfs-bootscripts-version     "20140801">
     73<!ENTITY blfs-bootscripts-version     "20140824">
    7674<!ENTITY blfs-bootscripts-download    "&downloads-root;/blfs-systemd-units-&blfs-bootscripts-version;.tar.bz2">
    7775
  • systemd-units/Makefile

    rf3d469b1 r634578e  
    119119        install -m ${CONFMODE} blfs/units/ntpd.service ${UNITSDIR}/
    120120        install -d -m ${DIRMODE} ${DESTDIR}/usr/lib/systemd/ntp-units.d
    121         echo "ntpd.service" > ${DESTDIR}/usr/lib/systemd/ntp-units.d/ntp.list
    122121        systemctl enable ntpd.service
    123122
     
    298297        systemctl stop ntpd.service
    299298        systemctl disable ntpd.service
    300         rm -f ${UNITSDIR}/ntpd.service ${DESTDIR}/usr/lib/systemd/ntp-units.d/ntp.list
     299        rm -f ${UNITSDIR}/ntpd.service
    301300
    302301uninstall-php-fpm:
  • systemd-units/blfs/units/ntpd.service

    rf3d469b1 r634578e  
    22Description=Network Time Protocol daemon
    33After=network.target nss-lookup.target
     4Conflicts=systemd-timesyncd.service
    45
    56[Service]
  • systemd-units/blfs/units/saslauthd.service

    rf3d469b1 r634578e  
    66EnvironmentFile=/etc/default/saslauthd
    77ExecStart=/usr/sbin/saslauthd -a $MECHANISMS -n $THREADS $MECH_OPTIONS $SASLAUTHD_OPTS
    8 PidFile=/run/saslauthd/saslauthd.pid
     8PIDFile=/run/saslauthd/saslauthd.pid
    99
    1010[Install]
Note: See TracChangeset for help on using the changeset viewer.