It should not be a conffile, since it is created/modified by postinst.

But also, I don't really follow what the postinst is doing.

# This writes to $CONFIG
if [ ! -e $CONFIG ];
then
        echo "templatedir=" > $CONFIG
fi

# But this later overwrites it, unconditionally, so I don't see the
# point of the conditional above.
mv -f $CONFIG.tmp $CONFIG

Also, I don't see the need to provide an example file since it is so
simple (and written by debconf).

On that note, I think that the output file should be marked "Created
by debconf.  Use dpkg-reconfigure cgiemail to reconfigure".

Justin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to