[bitlbee] Double slash in patch to ExecStart.

Matej Cepl mcepl at fedoraproject.org
Mon Jan 10 12:34:52 UTC 2011


commit 9a42d79522174c7bedf0c11b3660426048d46b6f
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Mon Jan 10 13:33:35 2011 +0100

    Double slash in patch to ExecStart.

 bitlbee-systemd.patch |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bitlbee-systemd.patch b/bitlbee-systemd.patch
index 601d4e9..202f0b3 100644
--- a/bitlbee-systemd.patch
+++ b/bitlbee-systemd.patch
@@ -126,7 +126,7 @@ index 0000000..95cbe25
 +After=syslog.target
 +
 +[Service]
-+ExecStart=@sbindir@/bitlbee -F -n
++ExecStart=@sbindir at bitlbee -F -n
 +
 +[Install]
 +WantedBy=multi-user.target
@@ -156,7 +156,7 @@ index 0000000..8b576a4
 +After=syslog.target
 +
 +[Service]
-+ExecStart=@sbindir@/bitlbee
++ExecStart=@sbindir at bitlbee
 +StandardInput=socket
 +User=bitlbee
 -- 


More information about the scm-commits mailing list