From: Lennart Poettering Date: Fri, 13 Apr 2012 17:38:57 +0000 (+0200) Subject: units: drop audit reference from description of utmp units since that is build-time... X-Git-Tag: v183~318 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=186b97d99fc4017d9c88221791bf8423130a9a1f;p=platform%2Fupstream%2Fsystemd.git units: drop audit reference from description of utmp units since that is build-time optional --- diff --git a/units/systemd-update-utmp-runlevel.service.in b/units/systemd-update-utmp-runlevel.service.in index 0a227cd..2a0751e 100644 --- a/units/systemd-update-utmp-runlevel.service.in +++ b/units/systemd-update-utmp-runlevel.service.in @@ -6,7 +6,7 @@ # (at your option) any later version. [Unit] -Description=Notify Audit System and Update UTMP about System Runlevel Changes +Description=Update UTMP about System Runlevel Changes DefaultDependencies=no After=local-fs.target sysinit.target auditd.service runlevel1.target runlevel2.target runlevel3.target runlevel4.target runlevel5.target systemd-tmpfiles-setup.service Before=poweroff.service reboot.service halt.service diff --git a/units/systemd-update-utmp-shutdown.service.in b/units/systemd-update-utmp-shutdown.service.in index 4af9212..e86c770 100644 --- a/units/systemd-update-utmp-shutdown.service.in +++ b/units/systemd-update-utmp-shutdown.service.in @@ -6,7 +6,7 @@ # (at your option) any later version. [Unit] -Description=Notify Audit System and Update UTMP about System Shutdown +Description=Update UTMP about System Shutdown DefaultDependencies=no After=local-fs.target sysinit.target auditd.service systemd-update-utmp-runlevel.service Before=poweroff.service reboot.service halt.service