|
From: <abe...@us...> - 2013-01-23 01:08:26
|
Revision: 5925
http://astlinux.svn.sourceforge.net/astlinux/?rev=5925&view=rev
Author: abelbeck
Date: 2013-01-23 01:08:19 +0000 (Wed, 23 Jan 2013)
Log Message:
-----------
FIRSTRUN, update for new 1.1.x versions
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 2013-01-23 00:01:16 UTC (rev 5924)
+++ branches/1.0/project/astlinux/target_skeleton/etc/init.d/FIRSTRUN 2013-01-23 01:08:19 UTC (rev 5925)
@@ -33,20 +33,15 @@
case $new in
- astlinux-1.0*)
+ astlinux-1.1.*|astlinux-1.0-*)
# Upgrade AIF firewall supporting files
if /usr/sbin/upgrade-arno-firewall checkMajor; then # Don't auto-upgrade if a major version change
/usr/sbin/upgrade-arno-firewall upgrade
fi
- # Cleanup ASTURW /var/run/utmp file caused by Busybox bug fixed in commit r5411
- if [ -f /oldroot/mnt/asturw/var/run/utmp ]; then
- cleanup_asturw_utmp 2>/dev/null
- fi
-
case $old in
astlinux-0.7*)
- # 0.7 -> 1.0 upgrade scripts
+ # 0.7 -> 1.x upgrade scripts
;;
esac
;;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|