|
From: <abe...@us...> - 2011-10-19 18:54:24
|
Revision: 5219
http://astlinux.svn.sourceforge.net/astlinux/?rev=5219&view=rev
Author: abelbeck
Date: 2011-10-19 18:54:18 +0000 (Wed, 19 Oct 2011)
Log Message:
-----------
FIRSTRUN, updated for 1.0 series
Modified Paths:
--------------
branches/1.0/project/astlinux/target_skeleton/etc/init.d/FIRSTRUN
Modified: branches/1.0/project/astlinux/target_skeleton/etc/init.d/FIRSTRUN
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/etc/init.d/FIRSTRUN 2011-10-19 13:30:32 UTC (rev 5218)
+++ branches/1.0/project/astlinux/target_skeleton/etc/init.d/FIRSTRUN 2011-10-19 18:54:18 UTC (rev 5219)
@@ -23,19 +23,13 @@
case $new in
- astlinux-0.7*)
+ astlinux-1.0*)
if /usr/sbin/upgrade-arno-firewall checkMajor; then # Don't auto-upgrade if a major version change
/usr/sbin/upgrade-arno-firewall upgrade
fi
- ;;
-
- astlinux-0.8*)
- if /usr/sbin/upgrade-arno-firewall checkMajor; then # Don't auto-upgrade if a major version change
- /usr/sbin/upgrade-arno-firewall upgrade
- fi
case $old in
astlinux-0.7*)
- # 0.7 -> 0.8 upgrade scripts
+ # 0.7 -> 1.0 upgrade scripts
;;
esac
;;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|