Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 77767 Details for
Bug 119865
lesbian gnu/linux' porn-get utility
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patched ... patch
porn-get-0.5.1-makenconfig.patch (text/plain), 2.07 KB, created by
Dario Ernst
on 2006-01-21 14:56:07 UTC
(
hide
)
Description:
patched ... patch
Filename:
MIME Type:
Creator:
Dario Ernst
Created:
2006-01-21 14:56:07 UTC
Size:
2.07 KB
patch
obsolete
> >--- porn-get.old 2006-01-21 22:02:33.000000000 +0100 >+++ porn-get 2006-01-21 22:02:43.000000000 +0100 >@@ -11,7 +11,7 @@ > > version="0.5.1" > client=www.linuks.mine.nu/porn-get-$version >-conf=porn.conf >+conf=/etc/porn-get/porn.conf > RCFILE=porn-getrc > DEBUG=${DEBUG:=0} > >--- makefile.old 2006-01-21 22:00:55.000000000 +0100 >+++ makefile 2006-01-21 23:06:20.000000000 +0100 >@@ -1,13 +1,14 @@ > all: >- >+ > > install: >- mkdir -p /usr/local/bin >- mkdir -p /usr/share/porn-get >- mkdir -p /usr/share/doc/porn-get >- # ?? chmod 777 /usr/share/porn-get >- cp porn-get porn-cache /usr/local/bin >- cp porn.conf /usr/share/porn-get >- cp changelog readme /usr/share/doc/porn-get >- cp porn.1* porn-get.1* porn-cache.1* /usr/share/man/man1 >- cp porn.conf.5* /usr/share/man/man5 >+ mkdir -p ${D}usr/bin >+ mkdir -p ${D}usr/share/porn-get >+ mkdir -p ${D}usr/share/doc/porn-get >+ mkdir -p ${D}etc/porn-get/ >+ chmod 777 ${D}usr/share/porn-get >+ cp porn-get porn-cache ${D}usr/bin >+ cp porn.conf ${D}etc/porn-get/porn.conf >+ cp changelog readme ${D}usr/share/doc/porn-get >+ cp porn.1* porn-get.1* porn-cache.1* ${D}usr/share/man/man1 >+ cp porn.conf.5* ${D}usr/share/man/man5 >--- porn-cache.old 2006-01-21 23:52:58.000000000 +0100 >+++ porn-cache 2006-01-21 23:54:03.000000000 +0100 >@@ -5,11 +5,11 @@ > > version="0.4.0" > what=`basename $0 |sed s/-.*//` >-conf="${what}.conf" >+conf="/etc/porn-get/porn.conf" > dir="./" > #dir="/usr/share/${what}-get/" > >-if [ ! -f ${dir}${conf} ]; then >+if [ ! -f ${conf} ]; then > echo "E: Opening ${dir}${conf} - ifstream::ifstream (2 No such file or directory)" > echo > exit 1 >@@ -22,7 +22,7 @@ > echo > exit 1 > fi >- cat ${dir}${conf} |grep -v "^#" |grep -i ".*$2.*" |while read pkg url fileext; do echo $pkg $fileext; done >+ cat ${conf} |grep -v "^#" |grep -i ".*$2.*" |while read pkg url fileext; do echo $pkg $fileext; done > ;; > > stats) >@@ -31,7 +31,7 @@ > ;; > > pkgnames) >- cat ${dir}${conf} |grep -v "^#" |while read pkg url fileext; do echo $pkg $fileext; done >+ cat ${conf} |grep -v "^#" |while read pkg url fileext; do echo $pkg $fileext; done > ;; > > *)
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 119865
:
77766
|
77767
|
77773
|
77785