Forum: CFEngine Help
Subject: Re: cfexecd fails with scripts or commands must have absolute path 
names
Author: julian924s
Link to topic: https://cfengine.com/forum/read.php?3,25465,25468#msg-25468

Ah thanks, the first error makes perfect sense - however lines 13 + 12 are 
blank?


root@tdukwbbuild:~ 339# less /var/cfengine/inputs/cf.main
#
# $Id: cf.main,v 1.181 2011/11/26 14:13:08 tdgrunj Exp $
#
# File:         cf.main
#
# Description:  cfengine generic config
#
# Author:       xxx
#
# History:
#       xxx
#


######################################################################

control:

        access  = ( root )
        workdir = ( /var/cfengine )
        repository      = ( /var/cfengine/repository )
..
..
etc.




root@tdukwbbuild:~ 340# less /var/cfengine/inputs/cf.ssh
# $Id: cf.ssh,v 1.7 2007/07/06 11:03:52 tdrixoa Exp $
#
# File:         cf.ssh
#
# Description:  Cfengine rules for SSH
#               Handles both OpenSSH and Solaris-bundled SSH
#
# Author:       xxx
#
# History:
#       xxxx
#

######################################################################

######################################################################

classes:
        # hosts running Sun SSH (preferred)
        SunSSH = ( FileExists(/usr/lib/ssh/sshd) )
..
..
etc.



So is "13" + "12" referring to some other file at all?

The 2nd warning seems easy enough to fix.

Thanks - J.

_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to