summaryrefslogtreecommitdiffstats
path: root/projectroot
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-03-09 11:03:09 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-03-11 08:15:16 +0100
commit87151437bdd179cc20938216953767ddba35ace1 (patch)
tree1ba1d6a5e4fbae76236a9f8cc1eef1bf0684fa48 /projectroot
parentecda97674af4d145afc243c94debb314a80efd01 (diff)
downloadptxdist-87151437bdd179cc20938216953767ddba35ace1.tar.gz
ptxdist-87151437bdd179cc20938216953767ddba35ace1.tar.xz
projectroot: remove obsolete /etc/init.d/startup
It is no longer installed since 2e878658a02ca4651673cad2f41a57f27557d6dc ("introduce infrastructure for multiple init methods") Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'projectroot')
-rw-r--r--projectroot/etc/init.d/startup5
1 files changed, 0 insertions, 5 deletions
diff --git a/projectroot/etc/init.d/startup b/projectroot/etc/init.d/startup
deleted file mode 100644
index 2b88bb3d8..000000000
--- a/projectroot/etc/init.d/startup
+++ /dev/null
@@ -1,5 +0,0 @@
-#! /bin/sh
-
-[ -x /home/startup ] && /home/startup
-
-exit 0