#660: Missing argument for /bin/tar in system/udev.i
----------------------------------+-----------------------------------------
 Reporter:  [EMAIL PROTECTED]     |       Owner:  [EMAIL PROTECTED]
     Type:  defect                |      Status:  new                       
 Priority:  normal                |   Milestone:                            
Component:  Problems with Gentoo  |     Version:  initng-ifiles-SVN         
 Severity:  normal                |    Keywords:  filldev                   
----------------------------------+-----------------------------------------
 If $RC_DEVICE_TARBALL is set to "yes" in /etc/conf.d/rc, /bin/tar will
 "cowardly refuse" creating an archive while stopping filldev because of
 missing argument:

 cd /dev

 @/bin/tar@ -cjf /lib/udev-state/devices.tar.bz2

 I think it should look like:

 cd /dev

 @/bin/tar@ -cjf /lib/udev-state/devices.tar.bz2 ./

 or something similar.

-- 
Ticket URL: <http://www.initng.org/ticket/660>
InitNG <http://www.initng.org/>
The Next Generation InitSystem
-- 
_______________________________________________
Initng mailing list
[email protected]
http://jw.dyndns.org/mailman/listinfo/initng

Reply via email to