On Monday, December 16, 2002, at 02:34  PM, Patrick Sodré wrote:

</daemon>
</service>
There is no close to the here document here...
Put a
<<
in and you should be good to go.

PostInstScript: <<
if [ "x$1" = "xinstall" ]; then
daemonic enable openafs-client;
fi
<<
PreRmScript: <<
if [ "x$1" = "xremove" ]; then
daemonic disable openafs-client;
fi
<<

-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to