According to FHS, host-specific configuration files for /opt packages should be placed under /etc. Most files in thinlinc/etc/conf.d are not host-specific, but vsmagent.hconf is. So, it should probably be placed in /etc/opt/thinlinc instead.
Note, however, that FHS says: "Generally, all data required to support a package on a system must be present within /opt/<package>, including files intended to be copied into /etc/opt/<package> and /var/opt/<package> as well as reserved directories in /opt."
We need to verify if this policy still holds for LSB.
We have /var/lib/vsm as well. Maybe this also should move to /var/opt somewhere?
(In reply to comment #2) > We need to verify if this policy still holds for LSB. It does. LSB refers to FHS, and I cannot find any additional information about this.
Also see bug 5962.