]> granicus.if.org Git - sudo/commitdiff
Go back to sudo-flavor to match existing packages and only use an
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 27 Jul 2010 22:22:47 +0000 (18:22 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 27 Jul 2010 22:22:47 +0000 (18:22 -0400)
underscore for those that need it.

sudo.pp

diff --git a/sudo.pp b/sudo.pp
index 47291a7f5601d77edbcc802d1d6581db20900ed3..5f45290f3a44052b8c784be81ba333227ac22117 100644 (file)
--- a/sudo.pp
+++ b/sudo.pp
@@ -1,8 +1,10 @@
 %set
        if test -n "$flavor"; then
-               name="sudo_$flavor"
+               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 \
@@ -19,7 +21,6 @@ still allow people to get their work done."
        pp_deb_maintainer="Todd.Miller@courtesan.com"
        pp_sd_vendor_tag="TCM"
        pp_kit_name="TCM"
-       pp_kit_package="$name"
        pp_solaris_name="TCM${name}"
 %if [!rpm,deb]
        # For all but RPM and Debian we need to install sudoers with a different