summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-10 20:43:08 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-10 20:43:08 +0000
commit09c2529da94aa1328da0f41be01451b8d08ead5d (patch)
tree264fe42f2fc045be47fb9089a66c55528ce7c8df
parentc48ddeadb505fff47905ead6353a902a058f0052 (diff)
downloadpfsense-09c2529da94aa1328da0f41be01451b8d08ead5d.zip
pfsense-09c2529da94aa1328da0f41be01451b8d08ead5d.tar.gz
touch /var/db/ez-ipupdate.cache if it doesnt exist
-rwxr-xr-xetc/rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index 5f949e6..1f397cd 100755
--- a/etc/rc
+++ b/etc/rc
@@ -76,6 +76,8 @@ fi
[ ! -d /cf/conf/backup/ ] || mkdir -p /cf/conf/backup/ 2>/dev/null
+[ ! -f /var/db/ez-ipupdate.cache ] || touch /var/db/ez-ipupdate.cache 2>/dev/null
+
set -T
trap "echo 'Reboot interrupted'; exit 1" 3
OpenPOWER on IntegriCloud