[packages/swatch] rel 4; fix generator

mmazur mmazur at pld-linux.org
Fri Feb 13 15:44:11 CET 2015


commit 8b1f7c8bcddf95bdccab7e8d0a80fbcba9d43526
Author: Mariusz Mazur <mmazur at axeos.com>
Date:   Fri Feb 13 15:44:01 2015 +0100

    rel 4; fix generator

 swatch-service-generator | 4 ++--
 swatch.spec              | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/swatch.spec b/swatch.spec
index fafd589..9a0c4e9 100644
--- a/swatch.spec
+++ b/swatch.spec
@@ -7,7 +7,7 @@ Summary:	A utility for monitoring system logs files
 Summary(pl.UTF-8):	Narzędzie do monitorowania logów systemowych
 Name:		swatch
 Version:	3.2.3
-Release:	3
+Release:	4
 License:	GPL v2+
 Group:		Applications/System
 Source0:	http://dl.sourceforge.net/swatch/%{name}-%{version}.tar.gz
diff --git a/swatch-service-generator b/swatch-service-generator
index e7c3d97..0030d5e 100644
--- a/swatch-service-generator
+++ b/swatch-service-generator
@@ -14,8 +14,8 @@ else
 fi
 
 for name in $INSTANCES; do
-	[ -L $destunitdir/swatch.target.wants/swatch at name.service ] && \
+	[ -L $destunitdir/swatch.target.wants/swatch@${name}.service ] && \
 		continue
 	ln -s /lib/systemd/system/swatch at .service \
-		$destunitdir/swatch.target.wants/swatch at name.service
+		$destunitdir/swatch.target.wants/swatch@${name}.service
 done
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/swatch.git/commitdiff/8b1f7c8bcddf95bdccab7e8d0a80fbcba9d43526



More information about the pld-cvs-commit mailing list