Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 527648 | Differences between
and this patch

Collapse All | Expand All

(-)smartmontools-6.1/Makefile.in (-1 / +1 lines)
Lines 1851-1857 Link Here
1851
1851
1852
smartd.service: smartd.service.in Makefile
1852
smartd.service: smartd.service.in Makefile
1853
	sed -e 's|/usr/local/sbin/smartd|$(sbindir)/smartd|g' \
1853
	sed -e 's|/usr/local/sbin/smartd|$(sbindir)/smartd|g' \
1854
	    -e 's|/usr/local/etc/sysconfig/smartmontools|$(sysconfdir)/sysconfig/smartmontools|g' \
1854
	    -e 's|/usr/local/etc/sysconfig/smartmontools|$(sysconfdir)/conf.d/smartd|g' \
1855
	$(srcdir)/smartd.service.in > $@
1855
	$(srcdir)/smartd.service.in > $@
1856
1856
1857
# Implicit rule 'smart%: smart%.in ...' does not work with BSD make
1857
# Implicit rule 'smart%: smart%.in ...' does not work with BSD make
(-)smartmontools-6.1/smartd.service.in (-1 / +1 lines)
Lines 4-10 Link Here
4
4
5
[Service]
5
[Service]
6
EnvironmentFile=-/usr/local/etc/sysconfig/smartmontools
6
EnvironmentFile=-/usr/local/etc/sysconfig/smartmontools
7
ExecStart=/usr/local/sbin/smartd -n $smartd_opts
7
ExecStart=/usr/local/sbin/smartd -n $SMARTD_OPTS
8
ExecReload=/bin/kill -HUP $MAINPID
8
ExecReload=/bin/kill -HUP $MAINPID
9
StandardOutput=syslog
9
StandardOutput=syslog
10
10

Return to bug 527648