Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 36065

Summary: userpriv fix for app-misc/secure-delete
Product: Gentoo Linux Reporter: Cory Visi (RETIRED) <merlin>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal CC: aliz
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: secure-delete-3.0-r1.ebuild

Description Cory Visi (RETIRED) gentoo-dev 2003-12-18 07:15:56 UTC
The main fix is I added a chmod u+w . so the ebuild works with FEATURES="userpriv". The tar extracts with no write permission!

I also changed "journaling" to the more acceptable spelling.

Finally, I made the sed's prettier (added -i.orig).

I think it's most important to get the userpriv fixes in the portage tree ASAP.
Comment 1 Cory Visi (RETIRED) gentoo-dev 2003-12-18 07:16:56 UTC
Created attachment 22401 [details]
secure-delete-3.0-r1.ebuild

I named this 3.0-r1 to distinguish it, but it does not need a revision bump for
this fix.
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2003-12-30 03:53:17 UTC
I added some of your changes -- the userpriv and spelling error.  I left the sed -i as it is (I don't know why i.orig is "prettier").  Furthermore, I removed the seds to the Makefile, because they were unnecessary to begin with.