From 388d5056134264f3b1e9275d0bb2945b4a626666 Mon Sep 17 00:00:00 2001 From: Michal Sekletar Date: Aug 08 2014 08:46:03 +0000 Subject: systemd: fix [Install] section Enable services under correct target. getty@.target doesn't exists. Services are now enabled under getty.target. --- diff --git a/mgetty.spec b/mgetty.spec index 1a84997..ef153aa 100644 --- a/mgetty.spec +++ b/mgetty.spec @@ -9,7 +9,7 @@ Summary: A getty replacement for use with data and fax modems Name: mgetty Version: 1.1.36 -Release: 26%{?dist} +Release: 27%{?dist} Source: ftp://mgetty.greenie.net/pub/mgetty/source/1.1/mgetty%{version}-%{date}.tar.gz Source1: ftp://mgetty.greenie.net/pub/mgetty/source/1.1/mgetty%{version}-%{date}.tar.gz.asc Source2: logrotate.mgetty @@ -369,6 +369,9 @@ fi %{_mandir}/man1/viewfax.1* %changelog +* Fri Aug 08 2014 Michal Sekletar - 1.1.36-27 +- Fix [Install] section of unit file. Enable mgetty and vgetty under getty.target + * Sat Jun 07 2014 Fedora Release Engineering - 1.1.36-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/mgetty@.service b/mgetty@.service index e0312f1..2f6ada8 100644 --- a/mgetty@.service +++ b/mgetty@.service @@ -18,7 +18,7 @@ KillMode=process IgnoreSIGPIPE=no [Install] -WantedBy=getty@.target +WantedBy=getty.target diff --git a/vgetty@.service b/vgetty@.service index e74bacb..1c4b0cf 100644 --- a/vgetty@.service +++ b/vgetty@.service @@ -18,4 +18,4 @@ KillMode=process IgnoreSIGPIPE=no [Install] -WantedBy=getty@.target +WantedBy=getty.target