FreeBSD Bugzilla – Attachment 63780 Details for
Bug 95028
Update port: security/bioapi Teach mod_install to not remove shared objects on de-install
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
bioapi-200603028.patch
bioapi-200603028.patch (text/plain), 1.63 KB, created by
Fredrik Lindberg
on 2006-03-28 08:50:12 UTC
(
hide
)
Description:
bioapi-200603028.patch
Filename:
MIME Type:
Creator:
Fredrik Lindberg
Created:
2006-03-28 08:50:12 UTC
Size:
1.63 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/security/bioapi/Makefile,v >retrieving revision 1.4 >diff -u -d -r1.4 Makefile >--- Makefile 23 Feb 2006 10:38:52 -0000 1.4 >+++ Makefile 28 Mar 2006 07:15:36 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= bioapi > PORTVERSION= 1.2.2 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= security > MASTER_SITES= http://www.qrivy.net/~michael/blua/bioapi/ \ > http://shapeshifter.se/pub/bioapi/ >Index: files/patch-apps-mod_install-install.c >=================================================================== >RCS file: /home/ncvs/ports/security/bioapi/files/patch-apps-mod_install-install.c,v >retrieving revision 1.1 >diff -u -d -r1.1 patch-apps-mod_install-install.c >--- files/patch-apps-mod_install-install.c 15 Jan 2006 09:29:14 -0000 1.1 >+++ files/patch-apps-mod_install-install.c 28 Mar 2006 07:15:36 -0000 >@@ -1,5 +1,5 @@ > --- apps/mod_install/install.c Wed Jun 8 02:51:04 2005 >-+++ apps/mod_install/install.c Fri Nov 25 18:08:54 2005 >++++ apps/mod_install/install.c Tue Mar 28 08:59:05 2006 > @@ -370,8 +370,13 @@ > #if defined (LINUX) || defined (SOLARIS) > if ( ( Action == INSTALL_ACTION_INSTALL ) || ( Action == INSTALL_ACTION_REFRESH ) ) >@@ -16,3 +16,14 @@ > } > if ( Action == INSTALL_ACTION_UNINSTALL ) > { >+@@ -496,10 +501,6 @@ >+ } >+ else if ( Action == INSTALL_ACTION_UNINSTALL ) >+ { >+-/* Linux-Port: Added the Linux branch */ >+-#if defined (LINUX) || defined (SOLARIS) >+- DeleteFile(szDstPath); >+-#endif >+ printf( "Module uninstalled successfully.\n" ); >+ } >+ else if ( Action == INSTALL_ACTION_REFRESH )
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 95028
: 63780