into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/12/01 19:03:03+01:00 uni-frankfurt.de!mickeyl
add sltime initscript to slutils which saves time between reboots
BKrev: 41ae076333RI8amjXqzZayCA6WO3kg
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
+PR = "r1"
-inherit qmake
+inherit qmake update-rc.d
+
+SRC_URI = "file://sltime.sh"
+
+INITSCRIPT_NAME = "sltime"
+INITSCRIPT_PARAMS = "defaults 5"
export UTILS = "sltime"
}
do_install() {
- install -d ${D}/${sbindir}/
+ install -d ${D}/${sbindir}
for u in ${UTILS}
do
install -m 0755 ${S}/${u}/${u} ${D}/${sbindir}/
done
+ install -d ${D}/${sysconfdir}/init.d/
+ install -m 0755 ${WORKDIR}/sltime.sh ${D}/${sysconfdir}/init.d/sltime
}