Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Hi, The Gentoo init script for apache2 (2.2.6-r6 at least, not tested other version, but I think it should be the same) use the old deprecated "myservice" var in "reload", "graceful" and "gracefulstop" init script functions. This "$myservice" var is always defined with baselayout-1.12*, but is marked as deprecated and does not work anymore with baselayout-2 (var no more defined), so the init script is simply broken with baselayout-2 Extract from the baselayout changelog that speaks about this deprecation : 02 Mar 2006; Roy Marples <uberlord@gentoo.org>: $myservice is now deprecated for init scripts. $SVCNAME should be used instead and is read-only so it cannot be clobbered. Please could you update ? The small patch against 2.2.6-r6 apache patchset follows (simply replacing myservice with SVCNAME) Thanks
Created an attachment (id=140409) [details] apache-init-deprecated.patch patch that fix the apache init script for baselayout-2 replacing deprecated vars
fixed in -r7, thanks