View | Details | Raw Unified | Return to bug 212420 | Differences between
and this patch

Collapse All | Expand All

(-)net/foreman-proxy/pkg-plist 2017-01-27 13:53:29.932674000 +0100 (+1 lines)
Lines 233-237 Link Here
233
%%DATADIR%%/modules/tftp/tftp.rb
233
%%DATADIR%%/modules/tftp/tftp.rb
234
%%DATADIR%%/modules/tftp/tftp_api.rb
234
%%DATADIR%%/modules/tftp/tftp_api.rb
235
%%DATADIR%%/modules/tftp/tftp_plugin.rb
235
%%DATADIR%%/modules/tftp/tftp_plugin.rb
236
%%DATADIR%%/smart_proxy.gemspec
236
@dir(%%FOREMAN_PROXY_USER%%,%%FOREMAN_PROXY_GROUP%%,0700) %%FOREMAN_PROXY_LOGDIR%%
237
@dir(%%FOREMAN_PROXY_USER%%,%%FOREMAN_PROXY_GROUP%%,0700) %%FOREMAN_PROXY_LOGDIR%%
237
@dir(%%FOREMAN_PROXY_USER%%,%%FOREMAN_PROXY_GROUP%%,0700) %%FOREMAN_PROXY_RUNDIR%%
238
@dir(%%FOREMAN_PROXY_USER%%,%%FOREMAN_PROXY_GROUP%%,0700) %%FOREMAN_PROXY_RUNDIR%%
(-)net/foreman-proxy/Makefile 2017-01-27 13:52:38.722517000 +0100 (-1 / +1 lines)
Lines 74-80 Link Here
74
       ${INSTALL_SCRIPT} ${WRKSRC}/bin/smart-proxy \
74
       ${INSTALL_SCRIPT} ${WRKSRC}/bin/smart-proxy \
75
               ${STAGEDIR}${PREFIX}/sbin/smart-proxy
75
               ${STAGEDIR}${PREFIX}/sbin/smart-proxy
76
.for file in CHANGELOG Contributors Gemfile LICENSE README.md \
76
.for file in CHANGELOG Contributors Gemfile LICENSE README.md \
77
       VERSION bundler.d config.ru lib modules
77
       VERSION bundler.d config.ru lib modules smart_proxy.gemspec
78
       ${CP} -r ${WRKSRC}/${file} ${STAGEDIR}${DATADIR}
78
       ${CP} -r ${WRKSRC}/${file} ${STAGEDIR}${DATADIR}
79
.endfor
79
.endfor
80
       ${LN} -s Gemfile ${STAGEDIR}${DATADIR}/Gemfile.in
80
       ${LN} -s Gemfile ${STAGEDIR}${DATADIR}/Gemfile.in

Return to bug 212420