Bug 15719

Summary: double-colon at the end of line in /usr/sbin/setclock
Product: [Retired] Red Hat Linux Reporter: Pawel Salek <pawsa>
Component: timeconfigAssignee: Trond Eivind Glomsrxd <teg>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-08-08 13:56:18 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Pawel Salek 2000-08-08 13:56:16 UTC
/usr/sbin/setclock has excessive ':' character at the end of line 25. The
patch follows:
25c25
<        CLOCKFLAGS="$CLOCKFLAGS --localtime":
---
>        CLOCKFLAGS="$CLOCKFLAGS --localtime"

Comment 1 Trond Eivind Glomsrxd 2000-08-08 14:03:21 UTC
Fixed. Thanks.