[Opendnssec-develop] trunk/utils directory

Sion Lloyd sion at nominet.org.uk
Tue Aug 31 13:44:28 UTC 2010


Hi there.

I'm not sure if I am doing the right thing, I just want to check.

I want to add a #define ODS_SE_KASPCHECK to config.h to check for the 
existance of, and run, ods-kaspcheck as per pivotal story 3998557.

So what I did was edit trunk/utils/m4/opendnssec_common.m4 and then run make 
install which copies that file into the OpenDNSSEC directory... See svn status 
and diff below.

Is this right? I assume that acx_cunit.m4 apparently changing has nothing to 
do with me and I won't commit it.

Cheers,
	Sion


sion at sion:~/temp/opendnssec/trunk$ svn status -q
M       hsmbully/m4/acx_cunit.m4
M       utils/m4/opendnssec_common.m4
M       OpenDNSSEC/m4/opendnssec_common.m4
M       OpenDNSSEC/plugins/eppclient/m4/opendnssec_common.m4
M       OpenDNSSEC/auditor/m4/opendnssec_common.m4
sion at sion:~/temp/opendnssec/trunk$ svn diff utils/m4/opendnssec_common.m4
Index: utils/m4/opendnssec_common.m4
===================================================================
--- utils/m4/opendnssec_common.m4       (revision 3830)
+++ utils/m4/opendnssec_common.m4       (working copy)
@@ -60,6 +60,7 @@
 OPENDNSSEC_SIGNER_SOCKET=$OPENDNSSEC_PID_DIR/engine.sock
 OPENDNSSEC_SIGNER_ENGINE=$OPENDNSSEC_SBIN_DIR/ods-signerd
 OPENDNSSEC_SIGNER_AUDITOR=$OPENDNSSEC_BIN_DIR/ods-auditor
+OPENDNSSEC_SIGNER_KASPCHECK=$OPENDNSSEC_BIN_DIR/ods-kaspcheck
 OPENDNSSEC_SIGNER_CLI=$OPENDNSSEC_SBIN_DIR/ods-signer
 
 AC_SUBST([OPENDNSSEC_SIGNER_SOCKET])
@@ -79,5 +80,6 @@
 AC_DEFINE_UNQUOTED(ODS_SE_ENGINE,   ["$OPENDNSSEC_SIGNER_ENGINE -vvv"], [Path 
to the OpenDNSSEC signer engine binary])
 AC_DEFINE_UNQUOTED(ODS_SE_CLI,      ["$OPENDNSSEC_SIGNER_CLI"], [Path to the 
OpenDNSSEC signer client binary])
 AC_DEFINE_UNQUOTED(ODS_SE_AUDITOR,  ["$OPENDNSSEC_SIGNER_AUDITOR"],    [Path 
to the OpenDNSSEC auditor binary])
+AC_DEFINE_UNQUOTED(ODS_SE_KASPCHECK,  ["$OPENDNSSEC_SIGNER_KASPCHECK"],    
[Path to the OpenDNSSEC kaspcheck binary])
 
 ])



More information about the Opendnssec-develop mailing list