diff options
author | Judd Vinet <judd@archlinux.org> | 2003-12-21 08:58:37 +0000 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2003-12-21 08:58:37 +0000 |
commit | e9b62e0418df5ce6db98de36837bab2922154229 (patch) | |
tree | f9c81eb273623e2ad3e50f6841078fc2b1d29e57 /rc.sysinit | |
parent | a71e42c461da1672582143a829654049399616e7 (diff) |
removed a leftover debugging statement
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-x | rc.sysinit | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -81,8 +81,6 @@ stat_busy "Mounting Local Filesystems" /bin/mount -a -t nonfs stat_done -/usr/bin/logger "LOGGER TEST!" - stat_busy "Configuring System Clock" if [ "$HARDWARECLOCK" = "UTC" ]; then /sbin/hwclock --utc --hctosys |