[mgetty/f19] voice: drop redundant After= in unit file

Michal Sekletar msekleta at fedoraproject.org
Tue Mar 19 15:55:09 UTC 2013


commit 4a752c629370e6f9418d8a3ac6ca0443c807a1d3
Author: Michal Sekletar <msekleta at redhat.com>
Date:   Tue Mar 19 15:31:57 2013 +0100

    voice: drop redundant After= in unit file
    
    systemd-journald.socket is default dependency, so we are always
    implicitly ordered *after* logging is up and running

 mgetty.spec     |    5 +++--
 vgetty at .service |    5 ++---
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/mgetty.spec b/mgetty.spec
index d652f9a..e48c3c8 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: 17%{?dist}
+Release: 18%{?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
@@ -357,12 +357,13 @@ fi
 %{_mandir}/man1/viewfax.1*
 
 %changelog
-* Tue Feb 19 2013 Michal Sekletar <msekleta at redhat.com> - 1.1.36-17
+* Tue Mar 20 2013 Michal Sekletar <msekleta at redhat.com> - 1.1.36-18
 - Resolve : #850206 #752435
 - Change naming scheme for log files
 - Change configuration for logrotate
 - Fix rpm scriptlets
 - Fix installation of a unit file template
+- Remove reduntant After= from unit file
 - Fix manpage, explains how to use newly added systemd capabilities
 - Add conflict with hylafax+
 
diff --git a/vgetty at .service b/vgetty at .service
index 789ee87..20a746b 100644
--- a/vgetty at .service
+++ b/vgetty at .service
@@ -1,14 +1,13 @@
 # This is a basic .service file used with systemd to control vgetty.
 #
-# Vgetty turns your voice modem into an answering machine.  
+# Vgetty turns your voice modem into an answering machine.
 # It is apart of the mgetty package. http://alpha.greenie.net/vgetty/
 
 [Unit]
 Description=Vgetty turns your voice modem into an answering machine
-After=syslog.target
 
 [Service]
-ExecStart=-/sbin/vgetty /dev/%i 
+ExecStart=-/sbin/vgetty /dev/%i
 Restart=always
 RestartSec=0
 


More information about the scm-commits mailing list