Bug 30576 - plymouth-set-default-theme creates file called null in root directory
Summary: plymouth-set-default-theme creates file called null in root directory
Status: RESOLVED FIXED
Alias: None
Product: plymouth
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: All All
: medium trivial
Assignee: Ray Strode [halfline]
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-02 18:07 UTC by David LeBlanc
Modified: 2010-10-04 06:51 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description David LeBlanc 2010-10-02 18:07:27 UTC
Line 191 of plymouth-set-default-theme sends <stderr> of grep to /null rather than /dev/null:
grep -q '^[[]Daemon[]]' ${PLYMOUTH_CONFDIR}/plymouthd.conf 2> /null || echo '[Daemon]' >> ${PLYMOUTH_CONFDIR}/plymouthd.conf

(found in plymouth-scripts-0.8.4-0.20100823.4.fc14.i686, and seems to be an issue in f13 as well)


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.