summaryrefslogtreecommitdiff
path: root/rc
diff options
context:
space:
mode:
authorGunter Coelle <gunter.coelle@dbaudio.com>2008-05-27 19:13:45 +0200
committerTilman Sauerbeck <tilman@crux.nu>2008-05-27 19:15:32 +0200
commitb9f8a61ad20fbee4b39a1d7a8888aee218cd2d56 (patch)
treef2b418d40c4f486b2a23339dd7e62e65c72064ca /rc
parent84c7226f8cc6d2bf243990987959f028594d539b (diff)
downloadcore-b9f8a61ad20fbee4b39a1d7a8888aee218cd2d56.tar.gz
core-b9f8a61ad20fbee4b39a1d7a8888aee218cd2d56.tar.xz
rc: Link /etc/localtime with -snf.
This makes the linking work even if /etc/localtime points to a directory.
Diffstat (limited to 'rc')
-rw-r--r--rc/.md5sum2
-rw-r--r--rc/Pkgfile2
-rwxr-xr-xrc/rc2
3 files changed, 3 insertions, 3 deletions
diff --git a/rc/.md5sum b/rc/.md5sum
index e8909672..aa95e754 100644
--- a/rc/.md5sum
+++ b/rc/.md5sum
@@ -1,5 +1,5 @@
d2a8e98a8b10ba09b2a9da34326b526a inittab
-94fc1f45a347449cd1945cb68818f5d5 rc
+4fc9bb9ed8fe916a79f1f85034a6ad0b rc
c8fe38143dffbbc628a7a33966fae408 rc.conf
5b09d4a67beb58022879fa9ce0f5af1b rc.fix
d1be35927946756c68242f29c16ee983 rc.local
diff --git a/rc/Pkgfile b/rc/Pkgfile
index 145ab1d8..835db7ad 100644
--- a/rc/Pkgfile
+++ b/rc/Pkgfile
@@ -3,7 +3,7 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=rc
-version=2.18
+version=2.19
release=1
source=(inittab rc rc.modules rc.single rc.multi rc.local rc.fix rc.shutdown rc.conf)
diff --git a/rc/rc b/rc/rc
index ceb7ed72..0d8f0377 100755
--- a/rc/rc
+++ b/rc/rc
@@ -72,7 +72,7 @@ fi
# Configure system clock
if [ "$TIMEZONE" ]; then
- /bin/ln -sf /usr/share/zoneinfo/$TIMEZONE /etc/localtime
+ /bin/ln -snf /usr/share/zoneinfo/$TIMEZONE /etc/localtime
fi
/sbin/hwclock --hctosys

Generated by cgit