FreeBSD Bugzilla – Attachment 60217 Details for
Bug 90457
Update sysutils/epylog
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 891 bytes, created by
Alan Snelson
on 2005-12-15 20:30:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alan Snelson
Created:
2005-12-15 20:30:04 UTC
Size:
891 bytes
patch
obsolete
>--- files/pkg-install.in Thu Dec 15 20:18:42 2005 >+++ /usr/ports/sysutils/epylog/files/pkg-install.in Thu Dec 15 20:19:45 2005 >@@ -2,7 +2,7 @@ > > [ "$2" != "POST-INSTALL" ] && exit 0 > >-for f in %%CONF_FILES%%; do >+for f in %%LOCAL_CONF_FILES%%; do > if ! [ -f "${PKG_PREFIX}/etc/epylog/$f" ]; then > cp -p "${PKG_PREFIX}/etc/epylog/$f.default" "${PKG_PREFIX}/etc/epylog/$f" > fi >============================================================== >--- files/pkg-deinstall.in Thu Dec 15 20:18:42 2005 >+++ /usr/ports/sysutils/epylog/files/pkg-deinstall.in Thu Dec 15 20:19:34 2005 >@@ -2,7 +2,7 @@ > > [ "$2" != "DEINSTALL" ] && exit 0 > >-for f in %%CONF_FILES%%; do >+for f in %%LOCAL_CONF_FILES%%; do > if cmp -s "${PKG_PREFIX}/etc/epylog/$f" "${PKG_PREFIX}/etc/epylog/$f.default"; then > rm -f "${PKG_PREFIX}/etc/epylog/$f" > fi
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 90457
:
60216
| 60217