diff options
author | Gunter Coelle <gunter.coelle@dbaudio.com> | 2008-05-27 19:13:45 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2008-05-27 19:15:32 +0200 |
commit | b9f8a61ad20fbee4b39a1d7a8888aee218cd2d56 (patch) | |
tree | f2b418d40c4f486b2a23339dd7e62e65c72064ca /rc | |
parent | 84c7226f8cc6d2bf243990987959f028594d539b (diff) | |
download | core-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/.md5sum | 2 | ||||
-rw-r--r-- | rc/Pkgfile | 2 | ||||
-rwxr-xr-x | rc/rc | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ d2a8e98a8b10ba09b2a9da34326b526a inittab -94fc1f45a347449cd1945cb68818f5d5 rc +4fc9bb9ed8fe916a79f1f85034a6ad0b rc c8fe38143dffbbc628a7a33966fae408 rc.conf 5b09d4a67beb58022879fa9ce0f5af1b rc.fix d1be35927946756c68242f29c16ee983 rc.local @@ -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) @@ -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 |