mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
initscripts: added initscript dependencies
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5003 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,4 +1,13 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
### BEGIN INIT INFO
|
||||||
|
# Provides: finish.sh
|
||||||
|
# Required-Start: $remote_fs rmnologin
|
||||||
|
# Required-Stop:
|
||||||
|
# Default-Start: 2 3 4 5
|
||||||
|
# Default-Stop:
|
||||||
|
# Short-Description: Finish system start
|
||||||
|
# Description:
|
||||||
|
### END INIT INFO
|
||||||
|
|
||||||
if ! test -e /etc/.configured; then
|
if ! test -e /etc/.configured; then
|
||||||
> /etc/.configured
|
> /etc/.configured
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
###
|
### BEGIN INIT INFO
|
||||||
# BEGIN INIT INFO
|
|
||||||
# Provides: halt
|
# Provides: halt
|
||||||
# Required-Start:
|
# Required-Start:
|
||||||
# Required-Stop:
|
# Required-Stop:
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
/etc/init.d/hwclock.sh stop
|
### BEGIN INIT INFO
|
||||||
|
# Provides: save-rtc
|
||||||
|
# Required-Start:
|
||||||
|
# Required-Stop: $local_fs hwclock
|
||||||
|
# Default-Start: S
|
||||||
|
# Default-Stop: 0 6
|
||||||
|
# Short-Description: Store system clock into file
|
||||||
|
# Description:
|
||||||
|
### END INIT INFO
|
||||||
|
|
||||||
# Update the timestamp
|
# Update the timestamp
|
||||||
date +%2m%2d%2H%2M%Y > /etc/timestamp
|
date +%2m%2d%2H%2M%Y > /etc/timestamp
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ PRIORITY = "required"
|
|||||||
DEPENDS = "makedevs"
|
DEPENDS = "makedevs"
|
||||||
RDEPENDS = "makedevs"
|
RDEPENDS = "makedevs"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
PR = "r115"
|
PR = "r116"
|
||||||
|
|
||||||
SRC_URI = "file://functions \
|
SRC_URI = "file://functions \
|
||||||
file://halt \
|
file://halt \
|
||||||
|
|||||||
Reference in New Issue
Block a user