commit b9f8a61ad20fbee4b39a1d7a8888aee218cd2d56 Author: Gunter Coelle <gunter.coelle@dbaudio.com> Date: Tue May 27 19:13:45 2008 +0200 rc: Link /etc/localtime with -snf. This makes the linking work even if /etc/localtime points to a directory. diff --git a/rc/.md5sum b/rc/.md5sum index e890967..aa95e75 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 145ab1d..835db7a 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 ceb7ed7..0d8f037 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