Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 696896
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +9 lines)
Line  Link Here
0
-- a/net-misc/ntpsec/ntpsec-1.1.6.ebuild
0
++ b/net-misc/ntpsec/ntpsec-1.1.6.ebuild
Lines 131-137 src_install() { Link Here
131
       newconfd "${FILESDIR}"/ntpd.confd ntp
131
       newconfd "${FILESDIR}"/ntpd.confd ntp
132
132
133
       # Install the systemd unit file
133
       # Install the systemd unit file
134
       systemd_newunit "${FILESDIR}"/ntpd.service ntpd.service
134
       for I in ntp-wait.service ntpd.service \
135
               ntplogtemp.{service,timer} \
136
               ntpviz-{dai,week}ly.{service,timer} ;do
137
               systemd_newunit "${S}-python${USE_PYTHON}/build/main/etc/${I}" "$I";
138
       done
139
       for I in ntploggps.{service,timer} ;do
140
               systemd_newunit "${S}-python${USE_PYTHON}/etc/${I}" "$I";
141
       done
135
142
136
       # Prepare a directory for the ntp.drift file
143
       # Prepare a directory for the ntp.drift file
137
       mkdir -pv "${ED}"/var/lib/ntp
144
       mkdir -pv "${ED}"/var/lib/ntp

Return to bug 696896