Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 22401 Details for
Bug 36065
userpriv fix for app-misc/secure-delete
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
secure-delete-3.0-r1.ebuild
secure-delete-3.0-r1.ebuild (text/plain), 911 bytes, created by
Cory Visi (RETIRED)
on 2003-12-18 07:16:56 UTC
(
hide
)
Description:
secure-delete-3.0-r1.ebuild
Filename:
MIME Type:
Creator:
Cory Visi (RETIRED)
Created:
2003-12-18 07:16:56 UTC
Size:
911 bytes
patch
obsolete
>DESCRIPTION="Secure file/disk/swap/memory erasure utlities" >HOMEPAGE="http://www.thc.org/" >SRC_URI="http://www.thc.org/releases/${PN//-/_}-${PV}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86" >DEPEND=">=sys-apps/sed-4" > >S="${WORKDIR}/${PN//-/_}-${PV}" > >src_unpack() { > unpack ${A} ; cd ${S} > chmod u+w . > > sed -i.orig \ > -e "s|^OPT=-O2|OPT=${CFLAGS} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64|" \ > -e "s|^INSTALL_DIR=.*|INSTALL_DIR=${D}/usr/bin|" \ > -e "s|^MAN_DIR=.*|MAN_DIR=${D}/usr/share/man|" \ > -e "s|^DOC_DIR=.*|DOC_DIR=${D}/usr/share/doc/${PF}|" \ > Makefile > > sed -i.orig \ > -e 's|mktemp|mkstemp|g' \ > sfill.c >} > >src_compile() { > make || die "compile problem" >} > >src_install() { > make install || die > dodoc secure_delete.doc usenix6-gutmann.doc >} > >pkg_postinst() { > einfo "sfill and srm are useless on journaling filesystems, such as reiserfs or XFS." > einfo "See documentation for more information." >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 36065
: 22401