From c64fa938609c6bee9dd02adc1a37df89a9ebd116 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Thu, 27 Oct 2011 22:47:46 +0000 Subject: Add systemd support ( mdv ) --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a15eb55..b98b734 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,12 @@ PACKAGE = rpm-helper -VERSION = 0.23.1 -SVNPATH = svn+ssh://svn.mandriva.com/svn/soft/rpm/$(PACKAGE) +VERSION = 0.24.1 +SVNPATH = svn+ssh://svn.mageia.org/svn/soft/rpm/$(PACKAGE) SCRIPT_FILES = add-user del-user add-service del-service create-file \ add-group del-group add-shell del-shell verify-shell \ add-syslog del-syslog add-webapp del-webapp \ - get-password create-ssl-certificate + get-password create-ssl-certificate \ + migrate-service postun-unit MACROS_FILES = rpm-helper.macros CONF_FILES = ssl TEST_FILES = t/*.t -- cgit v1.2.1