FreeBSD Bugzilla – Attachment 112464 Details for
Bug 153893
[patch] databases/postgresql82-server proper usage of @dirrmtry macro
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
postgresql82-server.diff
postgresql82-server.diff (text/plain), 861 bytes, created by
Andrej Zverev
on 2011-01-11 08:40:09 UTC
(
hide
)
Description:
postgresql82-server.diff
Filename:
MIME Type:
Creator:
Andrej Zverev
Created:
2011-01-11 08:40:09 UTC
Size:
861 bytes
patch
obsolete
>Index: postgresql82-server/pkg-plist-contrib >=================================================================== >RCS file: /home/pcvs/ports/databases/postgresql82-server/pkg-plist-contrib,v >retrieving revision 1.5 >diff -u -r1.5 pkg-plist-contrib >--- postgresql82-server/pkg-plist-contrib 6 Dec 2006 16:48:57 -0000 1.5 >+++ postgresql82-server/pkg-plist-contrib 11 Jan 2011 08:20:30 -0000 >@@ -122,8 +122,8 @@ > share/postgresql/contrib/uninstall_sslinfo.sql > share/postgresql/contrib/uninstall_tablefunc.sql > share/postgresql/contrib/uninstall_tsearch2.sql >-@dirrmtry share/postgresql/contrib >&2 >-@dirrmtry share/postgresql >&2 >-@dirrmtry %%DOCSDIR%%/contrib >&2 >-@dirrmtry %%DOCSDIR%% >&2 >-@dirrmtry lib/postgresql >&2 >+@dirrmtry share/postgresql/contrib >+@dirrmtry share/postgresql >+@dirrmtry %%DOCSDIR%%/contrib >+@dirrmtry %%DOCSDIR%% >+@dirrmtry lib/postgresql
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 153893
: 112464
Working