]> git.ipfire.org Git - people/stevee/guardian.git/commitdiff
Rename main script from guardian to guardian.in.
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 27 Jun 2016 10:21:13 +0000 (12:21 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Mon, 27 Jun 2016 10:21:13 +0000 (12:21 +0200)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
guardian.in [moved from guardian with 99% similarity]

similarity index 99%
rename from guardian
rename to guardian.in
index 0facdc696245abb3ee814e90c496caab75ec3675..6896a279a7e54c9de857e47400eca21ddc15a9c1 100644 (file)
--- a/guardian
@@ -41,7 +41,7 @@ use warnings;
 no warnings 'threads';
 
 # Define version.
-my $version ="2.0";
+my $version ="@PACKAGE_VERSION@";
 
 # Get and store the given command line arguments in a hash.
 my %cmdargs = ();