Bug 11568

Summary: need quotes around command in /etc/cron.daily/inn-cron-rnews
Product: [Retired] Red Hat Raw Hide Reporter: Jonathan Kamens <jik>
Component: innAssignee: Cristian Gafton <gafton>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.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-05-22 13:12:31 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 Jonathan Kamens 2000-05-22 03:07:28 UTC
This line in /etc/cron.daily/inn-cron-rnews:

/sbin/chkconfig innd && su - news -c /usr/bin/rnews -U

Should read:

/sbin/chkconfig innd && su - news -c '/usr/bin/rnews -U'

Otherwise, su prints an error indicating that "-U" isn't a valid option.