/usr/share/doc/apcupsd/manual/publishdoc is in apcupsd-doc 3.14.14-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | #!/bin/sh
sftp -b - web.sourceforge.net <<-END
cd /home/groups/a/ap/apcupsd/htdocs
-mkdir manual
cd manual
-rm *
progress
put manual.pdf
put manual.html
put *.png
ln manual.pdf apcupsd.pdf
ln manual.html index.html
END
|