Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
rancid-stable
> rancid-skip-ping-test.patch.old
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File rancid-skip-ping-test.patch.old of Package rancid-stable (Revision 59)
Currently displaying revision
59
,
show latest
--- configure.orig 2014-07-23 22:28:05.084986535 +0200 +++ configure 2014-07-23 22:28:15.973003335 +0200 @@ -5375,6 +5375,7 @@ # BSD: ping -c N host # SVR: ping host N $PING_PATH -c 1 -v 127.0.0.1 > /dev/null 2>&1 +echo test if test $? -eq 0 ; then LG_PING_CMD="$PING_PATH -c 1" else --- configure.ac.orig 2014-07-23 22:28:27.852986245 +0200 +++ configure.ac 2014-07-23 23:06:53.350987847 +0200 @@ -10,11 +10,11 @@ PACKAGE=`$srcdir/configure.vers package_version` AC_SUBST(VERSION) AC_SUBST(PACKAGE) -AC_INIT(m4_esyscmd(configure.vers package_name), - m4_esyscmd(configure.vers package_version), +AC_INIT(m4_esyscmd(./configure.vers package_name), + m4_esyscmd(./configure.vers package_version), [rancid@shrubbery.net]) AC_CONFIG_SRCDIR(CHANGES) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE() COPYYEARS="1997-2018" AC_SUBST(COPYYEARS) @@ -298,6 +298,7 @@ # BSD: ping -c N host # SVR: ping host N $PING_PATH -c 1 -v 127.0.0.1 > /dev/null 2>&1 +echo test if test $? -eq 0 ; then LG_PING_CMD="$PING_PATH -c 1" else