File TODO of Package torque
Fix RPMLint reported issues:
- Permission problem 1777 for
/var/spool/torque/spool, /var/spool/torque/undelivered
4755 for
/usr/sbin/pbs_iff
TODO: Check whether the permissions can be reduced.
* port the scripts from the old openpbs package
RPMLINT report:
===============
torque-devel.x86_64: W: devel-package-with-non-devel-group Productivity/Clustering/Computing
torque-gui.x86_64: W: files-duplicate /usr/lib64/xpbs/bitmaps/logo.bmp /usr/lib64/xpbsmon/bitmaps/logo.bmp
torque-gui.x86_64: W: files-duplicate /usr/lib64/xpbs/buildindex /usr/lib64/xpbsmon/buildindex
torque-gui.x86_64: W: files-duplicate /usr/lib64/xpbsmon/bitmaps/hourglass.bmp /usr/lib64/xpbs/bitmaps/hourglass.bmp
torque-gui.x86_64: W: files-duplicate /usr/lib64/xpbs/bitmaps/iconize.bmp /usr/lib64/xpbsmon/bitmaps/iconize.bmp
torque-gui.x86_64: W: files-duplicate /usr/lib64/xpbsmon/bitmaps/maximize.bmp /usr/lib64/xpbs/bitmaps/maximize.bmp
torque.x86_64: W: files-duplicate /usr/share/man/man7/pbs_resources_solaris5.7.gz /usr/share/man/man7/pbs_resources_solaris7.7.gz
torque-scheduler.x86_64: W: incoherent-init-script-name pbs_sched
torque-server.x86_64: W: incoherent-init-script-name pbs_server
torque-mom.x86_64: W: incoherent-init-script-name pbs_mom
The init script name should be the same as the package name in lower case, or
one with 'd' appended if it invokes a process by that name.
torque.x86_64: W: no-binary
The package should be of the noarch architecture because it doesn't contain
any binaries.
torque.x86_64: W: obsolete-not-provided scatorque
If a package is obsoleted by a compatible replacement, the obsoleted package
must also be provided in order to provide clean upgrade paths and not cause
unnecessary dependency breakage. If the obsoleting package is not a
compatible replacement for the old one, leave out the provides.
torque-mom.x86_64: E: permissions-world-writable (Badness: 10000) /var/spool/torque/undelivered is packaged with world writable permissions (01777)
Please remove the world writable permissions or contact security@suse.de for
review.