Add Tru64 kit support

This commit is contained in:
Todd C. Miller
2010-07-26 15:30:36 -04:00
parent af182aed7d
commit 2e66c22a3b

View File

@@ -1,8 +1,10 @@
%set %set
if test -n "$flavor"; then if test -n "$flavor"; then
name="sudo-$flavor" name="sudo-$flavor"
pp_kit_package="sudo_$flavor"
else else
name="sudo" name="sudo"
pp_kit_package="sudo"
fi fi
summary="Provide limited super-user priveleges to specific users" summary="Provide limited super-user priveleges to specific users"
description="Sudo is a program designed to allow a sysadmin to give \ description="Sudo is a program designed to allow a sysadmin to give \
@@ -18,7 +20,8 @@ still allow people to get their work done."
pp_rpm_packager="Todd.Miller@courtesan.com" pp_rpm_packager="Todd.Miller@courtesan.com"
pp_deb_maintainer="Todd.Miller@courtesan.com" pp_deb_maintainer="Todd.Miller@courtesan.com"
pp_sd_vendor_tag="TCM" pp_sd_vendor_tag="TCM"
pp_solaris_name="${pp_sd_vendor_tag}${name}" pp_sd_kit_name="TCM"
pp_solaris_name="TCM${name}"
%if [!rpm,deb] %if [!rpm,deb]
# For all but RPM and Debian we need to install sudoers with a different # For all but RPM and Debian we need to install sudoers with a different
# name and make a copy of it if there is no existing file. # name and make a copy of it if there is no existing file.
@@ -148,7 +151,6 @@ still allow people to get their work done."
$bindir/sudoedit 4111 root: $bindir/sudoedit 4111 root:
$sbindir/visudo 0111 $sbindir/visudo 0111
$bindir/sudoreplay 0111 $bindir/sudoreplay 0111
$includedir/sudo_plugin.h
$libexecdir/* $libexecdir/*
$sudoersdir/sudoers.d/ 0750 $sudoers_uid:$sudoers_gid $sudoersdir/sudoers.d/ 0750 $sudoers_uid:$sudoers_gid
$timedir/ 0700 root: $timedir/ 0700 root: