diff options
| author | Richard Purdie <richard@openedhand.com> | 2007-11-23 17:08:02 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2007-11-23 17:08:02 +0000 |
| commit | 4aaa8343bc1394d58ca6017d46bf11c1f151fae6 (patch) | |
| tree | 8465ca426e5e8a3355c76f37825d03767c88082f /meta/packages/initscripts/initscripts-1.0 | |
| parent | d74537f6bd113d2b60cec0cea4de5d793a36f318 (diff) | |
| download | poky-4aaa8343bc1394d58ca6017d46bf11c1f151fae6.tar.gz | |
initscripts: No need to run ldconfig every time we boot now...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3220 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/initscripts/initscripts-1.0')
| -rwxr-xr-x | meta/packages/initscripts/initscripts-1.0/bootmisc.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/packages/initscripts/initscripts-1.0/bootmisc.sh b/meta/packages/initscripts/initscripts-1.0/bootmisc.sh index 2a40e0c410..d67346b886 100755 --- a/meta/packages/initscripts/initscripts-1.0/bootmisc.sh +++ b/meta/packages/initscripts/initscripts-1.0/bootmisc.sh | |||
| @@ -56,11 +56,6 @@ then | |||
| 56 | ln -sf /var/tmp /tmp | 56 | ln -sf /var/tmp /tmp |
| 57 | fi | 57 | fi |
| 58 | 58 | ||
| 59 | # | ||
| 60 | # Update dynamic library cache | ||
| 61 | # | ||
| 62 | /sbin/ldconfig | ||
| 63 | |||
| 64 | # Set the system clock from hardware clock | 59 | # Set the system clock from hardware clock |
| 65 | # If the timestamp is 1 day or more recent than the current time, | 60 | # If the timestamp is 1 day or more recent than the current time, |
| 66 | # use the timestamp instead. | 61 | # use the timestamp instead. |
