Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36065 - userpriv fix for app-misc/secure-delete
Summary: userpriv fix for app-misc/secure-delete
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-12-18 07:15 UTC by Cory Visi (RETIRED)
Modified: 2003-12-30 03:53 UTC (History)
1 user (show)

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


Attachments
secure-delete-3.0-r1.ebuild (secure-delete-3.0-r1.ebuild,911 bytes, text/plain)
2003-12-18 07:16 UTC, Cory Visi (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
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.