Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 230773 Details for
Bug 318365
systemd - Replacement for sysvinit with extensive usage of parallelization
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
systemd-9999-gentoo.patch
systemd-9999-gentoo.patch (text/plain), 2.14 KB, created by
Fabian Henze
on 2010-05-08 08:12:07 UTC
(
hide
)
Description:
systemd-9999-gentoo.patch
Filename:
MIME Type:
Creator:
Fabian Henze
Created:
2010-05-08 08:12:07 UTC
Size:
2.14 KB
patch
obsolete
>--- a/configure.ac 2010-05-07 23:32:26.298138943 +0200 >+++ b/configure.ac 2010-05-07 23:34:36.616909720 +0200 >@@ -90,7 +90,7 @@ > AM_PROG_VALAC([0.7]) > AC_SUBST(VAPIDIR) > >-AC_ARG_WITH(distro, AS_HELP_STRING([--with-distro=DISTRO],[Specify the distribution to target: One of fedora, suse, debian, arch, or none])) >+AC_ARG_WITH(distro, AS_HELP_STRING([--with-distro=DISTRO],[Specify the distribution to target: One of fedora, suse, debian, arch, gentoo, or none])) > if test "z$with_distro" = "z"; then > if test "$cross_compiling" = yes; then > AC_MSG_WARN([Target distribution cannot be reliably detected when cross-compiling. You should specify it with --with-distro (see $0 --help for recognized distros)]) >@@ -99,6 +99,7 @@ > AC_CHECK_FILE(/etc/SuSE-release,with_distro="suse") > AC_CHECK_FILE(/etc/debian_version,with_distro="debian") > AC_CHECK_FILE(/etc/arch-release,with_distro="arch") >+ AC_CHECK_FILE(/etc/gentoo-release,with_distro="gentoo") > fi > if test "z$with_distro" = "z"; then > with_distro=`uname -s` >@@ -135,6 +136,13 @@ > special_syslog_service=syslog-ng.service > AC_DEFINE(TARGET_ARCH, [], [Target is ArchLinux]) > ;; >+ gentoo) >+ SYSTEM_SYSVINIT_PATH=/etc/init.d >+ SYSTEM_SYSVRCND_PATH=/etc >+ special_dbus_service=dbus.service >+ special_syslog_service=syslog-ng.service >+ AC_DEFINE(TARGET_GENTOO, [], [Target is Gentoo]) >+ ;; > none) > SYSTEM_SYSVINIT_PATH=/fix/the/configure/script > SYSTEM_SYSVRCND_PATH=/fix/the/configure/script >@@ -153,6 +161,7 @@ > AM_CONDITIONAL(TARGET_SUSE, test x"$with_distro" = xsuse) > AM_CONDITIONAL(TARGET_DEBIAN, test x"$with_distro" = xdebian) > AM_CONDITIONAL(TARGET_ARCH, test x"$with_distro" = xarch) >+AM_CONDITIONAL(TARGET_GENTOO, test x"$with_distro" = xgentoo) > > AC_DEFINE_UNQUOTED(SPECIAL_DBUS_SERVICE, ["$special_dbus_service"], [D-Bus service name]) > AC_DEFINE_UNQUOTED(SPECIAL_SYSLOG_SERVICE, ["$special_syslog_service"], [syslog service name])
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 318365
:
230771
|
230773
|
230777
|
230779
|
230887
|
230889
|
231157
|
231305
|
238431
|
241097
|
241099
|
244953
|
244955
|
244957
|
244959
|
256198
|
256199
|
256201
|
256202
|
256203
|
256205
|
256209
|
256319
|
256349
|
256351
|
256352
|
256435
|
256437
|
256439
|
256446
|
256698
|
257917
|
257922
|
270185
|
270187
|
270189
|
270191
|
271583
|
277115
|
277117
|
306293
|
306295
|
306297
|
306299
|
306339
|
306341
|
306343
|
306345