Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 182858 Details for
Bug 185412
net-misc/asterisk-1.2.* removes unmodified config files on upgrade
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Don't clobber configuration files upon upgrade
asterisk-1.2.27-doins.patch (text/plain), 929 bytes, created by
kfm
on 2009-02-23 06:52:03 UTC
(
hide
)
Description:
Don't clobber configuration files upon upgrade
Filename:
MIME Type:
Creator:
kfm
Created:
2009-02-23 06:52:03 UTC
Size:
929 bytes
patch
obsolete
>--- asterisk-1.2.27.ebuild.orig 2009-02-23 06:44:37.376229515 +0000 >+++ asterisk-1.2.27.ebuild 2009-02-23 06:46:26.972378086 +0000 >@@ -278,13 +278,12 @@ > if is_ast10update; then > elog "Updating from old (pre-1.2) asterisk version, new configuration files have been installed" > elog "into "${ROOT}"etc/asterisk, use etc-update or dispatch-conf to update them" >- elif has_version "net-misc/asterisk"; then >- elog "Configuration samples have been moved to: $ROOT/usr/share/doc/${PF}/conf" >- insinto /usr/share/doc/${PF}/conf >- doins "${D}"etc/asterisk/*.conf* >- rm -f "${D}"etc/asterisk/*.conf* 2>/dev/null > fi > >+ elog "Configuration samples have been moved to: $ROOT/usr/share/doc/${PF}/conf" >+ insinto /usr/share/doc/${PF}/conf >+ doins "${D}"etc/asterisk/*.conf* >+ > # don't delete these directories, even if they are empty > for x in voicemail meetme system dictate monitor tmp; do > keepdir /var/spool/asterisk/${x}
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 185412
: 182858