Does openSUSE define a policy for binaries in default PATH?
Did not find anything here: https://en.opensuse.org/openSUSE:Packaging_scriptlet_snippets
I prefer commands without absolute paths. Much more readable.
On Thursday 2015-02-19 12:29, Marcos Felipe Rasia de Mello wrote:
Does openSUSE define a policy for binaries in default PATH?
Did not find anything here: https://en.opensuse.org/openSUSE:Packaging_scriptlet_snippets
I prefer commands without absolute paths. Much more readable.
RPM has:
-14: _install_script_path /sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin
2015-02-19 11:49 GMT-02:00 Jan Engelhardt jengelh@inai.de:
On Thursday 2015-02-19 12:29, Marcos Felipe Rasia de Mello wrote:
Does openSUSE define a policy for binaries in default PATH?
Did not find anything here: https://en.opensuse.org/openSUSE:Packaging_scriptlet_snippets
I prefer commands without absolute paths. Much more readable.
RPM has:
-14: _install_script_path /sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin
I mean if any openSUSE policy defines if it is preferable write, for example, '/usr/sbin/usermod' or simply 'usermod'.