FreeBSD Bugzilla – Attachment 46910 Details for
Bug 71916
[PATCH] www/plugger doesn't honor his config
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-plugger
patch-plugger (text/plain), 1.65 KB, created by
Jose M Rodriguez
on 2004-09-19 21:50:20 UTC
(
hide
)
Description:
patch-plugger
Filename:
MIME Type:
Creator:
Jose M Rodriguez
Created:
2004-09-19 21:50:20 UTC
Size:
1.65 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/www/plugger/files/patch-Makefile.in www/plugger/files/patch-Makefile.in >--- /usr/ports/www/plugger/files/patch-Makefile.in Fri Jul 9 16:01:31 2004 >+++ www/plugger/files/patch-Makefile.in Fri Sep 10 15:04:10 2004 >@@ -1,5 +1,5 @@ >---- Makefile.in.orig Wed Jul 7 03:13:00 2004 >-+++ Makefile.in Wed Jul 7 03:21:47 2004 >+--- Makefile.in.orig Sun May 16 01:02:46 2004 >++++ Makefile.in Fri Sep 10 15:03:17 2004 > @@ -30,7 +30,7 @@ > CC=@CC@ > LD=@LD@ >@@ -27,3 +27,12 @@ > all: plugger.so plugger-$(VERSION) plugger-controller > > >+@@ -132,7 +132,7 @@ >+ plugger-helper.o: plugger.h >+ >+ plugger.o: plugger.c plugger.h >+- $(CC) -c $(SHARED_CFLAGS) -o plugger.o plugger.c >++ $(CC) -c $(SHARED_CFLAGS) -DSYSCONFDIR=\"$(prefix)/etc\" -o plugger.o plugger.c >+ >+ plugger-common.o: plugger-common.c plugger.h >+ $(CC) -c $(SHARED_CFLAGS) -o plugger-common.o plugger-common.c >diff -ruN --exclude=CVS /usr/ports/www/plugger/files/patch-plugger.c www/plugger/files/patch-plugger.c >--- /usr/ports/www/plugger/files/patch-plugger.c Thu Jan 1 01:00:00 1970 >+++ www/plugger/files/patch-plugger.c Fri Sep 10 15:04:22 2004 >@@ -0,0 +1,19 @@ >+--- plugger.c.orig Fri Sep 10 14:42:03 2004 >++++ plugger.c Fri Sep 10 15:00:52 2004 >+@@ -624,16 +624,6 @@ >+ if(cb(fname, data)) return 1; >+ #endif >+ >+- sprintf(fname,"/usr/local/netscape/%s",basename); >+- if(cb(fname, data)) return 1; >+- sprintf(fname,"/etc/%s",basename); >+- if(cb(fname, data)) return 1; >+- sprintf(fname,"/usr/etc/%s",basename); >+- if(cb(fname, data)) return 1; >+- sprintf(fname,"/usr/local/etc/%s",basename); >+- if(cb(fname, data)) return 1; >+- if(cb(basename, data)) return 1; >+- >+ return 0; >+ } >+
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 71916
: 46910