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

Collapse All | Expand All

(-)a/configure.ac (-2 / +2 lines)
Lines 137-144 case $with_distro in Link Here
137
                AC_DEFINE(TARGET_ARCH, [], [Target is ArchLinux])
137
                AC_DEFINE(TARGET_ARCH, [], [Target is ArchLinux])
138
                ;;
138
                ;;
139
        gentoo)
139
        gentoo)
140
                SYSTEM_SYSVINIT_PATH=/etc/init.d
140
                SYSTEM_SYSVINIT_PATH=/no/sysv/please
141
                SYSTEM_SYSVRCND_PATH=/etc
141
                SYSTEM_SYSVRCND_PATH=/no/sysv/please
142
                special_dbus_service=dbus.service
142
                special_dbus_service=dbus.service
143
                special_syslog_service=syslog-ng.service
143
                special_syslog_service=syslog-ng.service
144
                AC_DEFINE(TARGET_GENTOO, [], [Target is Gentoo])
144
                AC_DEFINE(TARGET_GENTOO, [], [Target is Gentoo])

Return to bug 318365