On Jul 30, 2012, at 13:22 , Douglas Hubler wrote: > We scrape host and domain from > > /etc/sysconfig/network > > so it probably *was* wrong there too. That value comes from using the > network config tool we launch from the setup-setup script. I say "was" > because we in turn write it back if you change the values. Best we can do in > this case is drop quotes if we find them
Currently no quotes there, which is not standard syntax -- is it possible the scrape didn't strip quotes? [root@sipx ~]# cat /etc/sysconfig/network NETWORKING="yes" GATEWAYDEV="venet0" NETWORKING_IPV6="yes" IPV6_DEFAULTDEV="venet0" HOSTNAME=sipx.murray-hotel.com [root@sipx ~]# _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users/
