16 May
2003
16 May
'03
15:31
Hi I have a problem using a perl script for postinstallation on a SuSE8.2. The following is from my config file: ... <scripts> <post-scripts config:type="list"> <script> <filename>passwdedit.pl</filename> <interpreter>perl</interpreter> <source> <![CDATA[#!/usr/bin/perl # passwdedit.pl ... ]]> </source> </script> </post-scripts> </scripts> ... After installation I find no indication in /var/adm/autoinstall/logs that the script has been even started. A normal shell script works fine producing a log file. What am I missing? Thanks, Thomas