Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 349080 Details for
Bug 447920
net-analyzer/check_mk - Nagios / Icinga general purpose plugin to retrieve data
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
check_mk-1.2.2p1-setup.sh.patch
check_mk-1.2.2p1-setup.sh.patch (text/plain), 1.17 KB, created by
Timo Eissler
on 2013-05-24 16:47:47 UTC
(
hide
)
Description:
check_mk-1.2.2p1-setup.sh.patch
Filename:
MIME Type:
Creator:
Timo Eissler
Created:
2013-05-24 16:47:47 UTC
Size:
1.17 KB
patch
obsolete
>--- check_mk-1.2.2p1.orig/setup.sh 2013-04-30 16:51:30.000000000 +0200 >+++ check_mk-1.2.2p1/setup.sh 2013-05-24 09:02:12.324034278 +0200 >@@ -550,6 +550,8 @@ > mkdir -p $D > tar xvzf $SRCDIR/livestatus.tar.gz -C $D > pushd $D >+ # remove strip from Makefile.in >+ sed -i -e 's/^STRIP = @STRIP@$/STRIP = \/bin\/true/' Makefile.in > ./configure --libdir=$libdir --bindir=$bindir && > make clean && > cat <<EOF > src/livestatus.h && >@@ -559,7 +561,8 @@ > #endif // livestatus_h > EOF > make -j 8 2>&1 && >- strip src/livestatus.o && >+ # remove strip to get meaningful backtraces >+ #strip src/livestatus.o && > mkdir -p $DESTDIR$libdir && > install -m 755 src/livecheck src/livestatus.o $DESTDIR$libdir && > mkdir -p $DESTDIR$bindir && >@@ -997,7 +1000,8 @@ > touch "$serials_file" && > chown $wwwuser "$serials_file" && > chown $wwwuser "$htpasswd_file" && >- create_sudo_configuration && >+ # disabled modification of /etc/sudoers because of ebuild access violation >+ #create_sudo_configuration && > if [ "$enable_mkeventd" = yes ] > then > if [ -z "$YES" ] ; then echo -n "(Compiling Event Console binaries..." ; fi
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 447920
:
332764
|
332766
|
333036
|
333038
|
349080
|
349082
|
349974
|
352456
|
376622
|
379798
|
379800
|
380002
|
380006
|
380304
|
380474
|
380764