First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 192421
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Christian Zoffoli <xmerlin@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Martin Väth <vaeth@mathematik.uni-wuerzburg.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
partimaged.init.patch Patch containing the above described trivial fix patch Martin Väth 2007-09-13 13:00 0000 288 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 192421 depends on: Show dependency tree
Show dependency graph
Bug 192421 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-09-13 12:59 0000
Although baselayout-2 supports having /bin/sh -> dash, the initscript provided
by partimage will not work with this setting, because the script
${FILESDIR}/partimaged.init uses the non-POSIX syntax "&> /dev/null" which on
dash is equivalent to "& > /dev/null" (with space!) which has of course a
rather different semantic.
A simple fix is of course to simply use "> /dev/null 2>&1" instead.

------- Comment #1 From Martin Väth 2007-09-13 13:00:43 0000 -------
Created an attachment (id=130813) [edit]
Patch containing the above described trivial fix

------- Comment #2 From Christian Zoffoli 2008-01-15 12:12:18 0000 -------
fixed in cvs (0.6.6)

First Last Prev Next    No search results available      Search page      Enter new bug