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

Collapse All | Expand All

(-)apcupsd-3.9.9-orig/autoconf/configure.in (+11 lines)
Lines 1043-1048 Link Here
1043
elif test -f /etc/slackware-version
1043
elif test -f /etc/slackware-version
1044
then
1044
then
1045
	DISTNAME=slackware
1045
	DISTNAME=slackware
1046
elif test -f /etc/gentoo-version
1047
then
1048
	DISTNAME=gentoo
1046
elif test -f /etc/engarde-version
1049
elif test -f /etc/engarde-version
1047
then
1050
then
1048
	DISTNAME=engarde
1051
	DISTNAME=engarde
Lines 1192-1197 Link Here
1192
		platforms/freebsd/apccontrol.sh \
1195
		platforms/freebsd/apccontrol.sh \
1193
		"
1196
		"
1194
  ;;
1197
  ;;
1198
gentoo)
1199
	DISTVER=`uname -r`
1200
	DFILES="\
1201
		platforms/apccontrol \
1202
		platforms/gentoo/Makefile \
1203
		platforms/gentoo/apcupsd \
1204
		"
1205
  ;;
1195
hpux)
1206
hpux)
1196
	DISTVER=`uname -r`
1207
	DISTVER=`uname -r`
1197
	DFILES="\
1208
	DFILES="\

Return to bug 7778