Subject: Re: Please remove reference to Fwd: Delivery Status Notification (Failure)
Hi All,
Here are the manpages (attached). (1 of the 3 is a fix (pod syntax) of an existing manpage)
Please Fix...
While in the process, could you also...
* please remove the .swp file from the func source
* please replace the 0-byte manpage (generated due to pod errors) with that generated from the fixed pod file; i.e....
BORKED = docs/funcd.1.gz.BORKED
test -f $(BORKED) || mv $(BORKED:.BORKED=) $(BORKED)
pod2man \
--center="func" \
--release="" \
docs/funcd.pod \
| gzip -c \
> $(BORKED:.BORKED=)
What About...
Also, what are thought about...
* moving the daemons into /usr/sbin rather than /usr/bin ?
* using the python-yaml package rather than including yaml source, i.e.
-import func.yaml as yaml
+import yaml
...This is what I do and can confirm it appears to work fine
Nima
_______________________________________________ Func-list mailing list Func-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/func-list