We now use pp to generate HP-UX packages
This commit is contained in:
91
sudo.psf
91
sudo.psf
@@ -1,91 +0,0 @@
|
|||||||
# PSF file for sudo
|
|
||||||
#
|
|
||||||
# See http://www.software.hp.com/products/SD_AT_HP/docs/cookbook.html
|
|
||||||
# for details.
|
|
||||||
#
|
|
||||||
# To create sudo.depot, run:
|
|
||||||
#
|
|
||||||
# swpackage -x target_type=tape -d sudo.depot -s sudo.psf
|
|
||||||
#
|
|
||||||
# To install, run:
|
|
||||||
#
|
|
||||||
# swinstall -s sudo.depot sudo
|
|
||||||
#
|
|
||||||
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
|
||||||
#
|
|
||||||
vendor
|
|
||||||
tag GratiSoft
|
|
||||||
title "GratiSoft, Inc."
|
|
||||||
description "GratiSoft, Inc., http://www.gratisoft.us/"
|
|
||||||
end
|
|
||||||
#
|
|
||||||
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
|
||||||
#
|
|
||||||
product
|
|
||||||
tag sudo
|
|
||||||
title "Sudo"
|
|
||||||
description "execute a command as another user"
|
|
||||||
revision @VERSION@
|
|
||||||
#
|
|
||||||
architecture S700/S800_HPUX_10/11
|
|
||||||
machine_type 9000/[78]*
|
|
||||||
os_name HP-UX
|
|
||||||
os_release ?.10.*|?.11.*
|
|
||||||
os_version *
|
|
||||||
#
|
|
||||||
fileset
|
|
||||||
tag bin
|
|
||||||
title "sudo binaries"
|
|
||||||
revision @VERSION@
|
|
||||||
|
|
||||||
file -m 4111 -o root -g root sudo /usr/local/bin/sudo
|
|
||||||
file -m 111 -o root -g bin visudo /usr/local/sbin/visudo
|
|
||||||
|
|
||||||
postinstall sudo-exec.postinstall
|
|
||||||
end
|
|
||||||
#
|
|
||||||
fileset
|
|
||||||
tag libexec
|
|
||||||
title "sudo noexec library"
|
|
||||||
revision @VERSION@
|
|
||||||
|
|
||||||
file -m 555 -o root -g bin sudo_noexec.sl /usr/local/libexec/sudo_noexec.sl
|
|
||||||
end
|
|
||||||
#
|
|
||||||
fileset
|
|
||||||
tag manpages
|
|
||||||
title "sudo manpages"
|
|
||||||
revision @VERSION@
|
|
||||||
|
|
||||||
file -m 444 -g bin -o root sudo.man /usr/local/man/man1m/sudo.1m
|
|
||||||
file -m 444 -g bin -o root sudoers.man /usr/local/man/man4/sudoers.4
|
|
||||||
file -m 444 -g bin -o root visudo.man /usr/local/man/man1m/visudo.1m
|
|
||||||
|
|
||||||
postinstall sudo-man.postinstall
|
|
||||||
end
|
|
||||||
#
|
|
||||||
fileset
|
|
||||||
tag doc
|
|
||||||
title "sudo doc"
|
|
||||||
revision @VERSION@
|
|
||||||
|
|
||||||
file -m 444 -g bin -o root BUGS /usr/local/doc/sudo/BUGS
|
|
||||||
file -m 444 -g bin -o root CHANGES /usr/local/doc/sudo/CHANGES
|
|
||||||
file -m 444 -g bin -o root HISTORY /usr/local/doc/sudo/HISTORY
|
|
||||||
file -m 444 -g bin -o root LICENSE /usr/local/doc/sudo/LICENSE
|
|
||||||
file -m 444 -g bin -o root README /usr/local/doc/sudo/README
|
|
||||||
file -m 444 -g bin -o root TROUBLESHOOTING /usr/local/doc/sudo/TROUBLESHOOTING
|
|
||||||
file -m 444 -g bin -o root UPGRADE /usr/local/doc/sudo/UPGRADE
|
|
||||||
file -m 444 -g bin -o root sample.syslog.conf /usr/local/doc/sudo/sample.syslog.conf
|
|
||||||
file -m 444 -g bin -o root sample.sudoers /usr/local/doc/sudo/sample.sudoers
|
|
||||||
end
|
|
||||||
#
|
|
||||||
fileset
|
|
||||||
tag config
|
|
||||||
title "sudo config files"
|
|
||||||
revision @VERSION@
|
|
||||||
file -m 444 -g bin -o root sudoers /usr/local/doc/sudo/sudoers
|
|
||||||
|
|
||||||
postinstall sudo-config.postinstall
|
|
||||||
end
|
|
||||||
end
|
|
Reference in New Issue
Block a user