Ticket #18775: Portfile-bacula.diff
File Portfile-bacula.diff, 818 bytes (added by ndoc2@…, 16 years ago) |
---|
-
Portfile
old new 53 53 --without-mysql \ 54 54 --disable-gnome \ 55 55 --disable-wx-console \ 56 -- enable-tray-monitor56 --disable-tray-monitor 57 57 configure.cppflags-append -I${prefix}/ncurses 58 58 configure.ldflags "" 59 59 … … 64 64 post-destroot { 65 65 file rename ${destroot}${prefix}/etc/bacula/bacula-fd.conf ${destroot}${prefix}/etc/bacula/bacula-fd.conf.example 66 66 file rename ${destroot}${prefix}/etc/bacula/bconsole.conf ${destroot}${prefix}/etc/bacula/bconsole.conf.example 67 file rename ${destroot}${prefix}/etc/bacula/tray-monitor.conf ${destroot}${prefix}/etc/bacula/tray-monitor.conf.example68 67 } 69 68 70 69 startupitem.create yes