diff --git a/failover/Makefile b/failover/Makefile index 9ee198f..0d95fd8 100644 --- a/failover/Makefile +++ b/failover/Makefile @@ -16,6 +16,6 @@ copy: rsync -avu /home/nagios/princeton/failover/ /home/nagios/bin/ -release: - rm -f release.zip - zip -r release.zip colors.sh failover.sh nagios_startstop.sh rsync_xi.sh START STOP SYNC local/ +release-%: + rm -f $@.zip + zip -r $@.zip colors.sh failover.sh nagios_startstop.sh rsync_xi.sh START STOP SYNC local/ diff --git a/failover/release-2.1.7.zip b/failover/release-2.1.7.zip index 9ff02fe..2f9b687 100644 Binary files a/failover/release-2.1.7.zip and b/failover/release-2.1.7.zip differ