]> granicus.if.org Git - sudo/commitdiff
Add Tru64 kit support
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 26 Jul 2010 19:29:46 +0000 (15:29 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 26 Jul 2010 19:29:46 +0000 (15:29 -0400)
--HG--
branch : 1.7

sudo.pp

diff --git a/sudo.pp b/sudo.pp
index 5eb908064c4c4c69e8b3b4a0ac3d6e51f017b73b..0e08b129b5272abfaa4db212c221ad9676ef84dd 100644 (file)
--- a/sudo.pp
+++ b/sudo.pp
@@ -1,8 +1,10 @@
 %set
        if test -n "$flavor"; then
                name="sudo-$flavor"
+               pp_kit_package="sudo_$flavor"
        else
                name="sudo"
+               pp_kit_package="sudo"
        fi
        summary="Provide limited super-user priveleges to specific users"
        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_deb_maintainer="Todd.Miller@courtesan.com"
        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]
        # 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.