Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 153235 - net-misc/rdate: RDATE_OPTS isn't mandatory on the init script
Summary: net-misc/rdate: RDATE_OPTS isn't mandatory on the init script
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-29 01:00 UTC by Luca Marturana
Modified: 2006-11-13 02:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luca Marturana 2006-10-29 01:00:08 UTC
The current init script of net-misc/rdate-1.4-r1 requires that the user defines RDATE_OPTS variable but rdate work even with only "-s" that is added by default, so I think that these lines of the init script aren't needed and can be removed:

if [ -z "${RDATE_OPTS}" ] ; then
      eerror "Please edit /etc/conf.d/rdate"
      eerror "I need to know what options to use!"
      return 1
fi
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2006-11-13 02:45:24 UTC
fixed in cvs.