]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/initscripts/init.d/networking/red.up/99-fireinfo
Move network initscripts to src/initscripts/networking
[people/pmueller/ipfire-2.x.git] / src / initscripts / init.d / networking / red.up / 99-fireinfo
diff --git a/src/initscripts/init.d/networking/red.up/99-fireinfo b/src/initscripts/init.d/networking/red.up/99-fireinfo
deleted file mode 100644 (file)
index 089affc..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-# Send the fireinfo profile after first boot (if enabled)
-
-INDICATION="/var/run/fireinfo"
-
-if [ ! -e "${INDICATION}" ]; then
-       /usr/bin/sendprofile >/dev/null 2>&1
-
-       touch ${INDICATION}
-fi
-
-exit 0