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

(-)a/autoconf/configure.in (-1 / +1 lines)
Lines 1181-1187 gentoo) Link Here
1181
   DISTVER=`awk '/version / {print $5}' < /etc/gentoo-release`
1181
   DISTVER=`awk '/version / {print $5}' < /etc/gentoo-release`
1182
   DFILES="\
1182
   DFILES="\
1183
      platforms/gentoo/apcupsd \
1183
      platforms/gentoo/apcupsd \
1184
      platforms/gentoo/halt"
1184
      platforms/gentoo/apcupsd-powerfail"
1185
   ;;
1185
   ;;
1186
hpux)
1186
hpux)
1187
   DISTVER=`uname -r`
1187
   DISTVER=`uname -r`
(-)a/configure (-1 / +1 lines)
Lines 13260-13266 gentoo) Link Here
13260
   DISTVER=`awk '/version / {print $5}' < /etc/gentoo-release`
13260
   DISTVER=`awk '/version / {print $5}' < /etc/gentoo-release`
13261
   DFILES="\
13261
   DFILES="\
13262
      platforms/gentoo/apcupsd \
13262
      platforms/gentoo/apcupsd \
13263
      platforms/gentoo/halt"
13263
      platforms/gentoo/apcupsd-powerfail"
13264
   ;;
13264
   ;;
13265
hpux)
13265
hpux)
13266
   DISTVER=`uname -r`
13266
   DISTVER=`uname -r`
(-)a/platforms/gentoo/Makefile (-2 / +3 lines)
Lines 10-18 install-gentoo: Link Here
10
	$(call DISTINST,gentoo)
10
	$(call DISTINST,gentoo)
11
	$(call MKDIR,/etc/init.d)
11
	$(call MKDIR,/etc/init.d)
12
	$(call INSTPROG,744,apcupsd,/etc/init.d/apcupsd)
12
	$(call INSTPROG,744,apcupsd,/etc/init.d/apcupsd)
13
	$(call INSTPROG,744,halt,/etc/init.d/halt)
13
	$(call INSTPROG,744,apcupsd-powerfail,/etc/init.d/apcupsd-powerfail)
14
#	$(call INSTPROG,744,halt,/etc/init.d/halt)
14
15
15
uninstall-gentoo:
16
uninstall-gentoo:
16
	$(call DISTUNINST,gentoo)
17
	$(call DISTUNINST,gentoo)
17
	-$(call UNINST,/etc/init.d/apcupsd)
18
	-$(call UNINST,/etc/init.d/apcupsd)
19
	-$(call UNINST,/etc/init.d/apcupsd-powerfail)
18
#	$(call UNINST,/etc/init.d/halt)
20
#	$(call UNINST,/etc/init.d/halt)
19
- 

Return to bug 543776