From 1ae6145d47b3e54fe87d719d53cef41850e60331 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 27 Jul 2010 18:22:47 -0400 Subject: [PATCH] Go back to sudo-flavor to match existing packages and only use an underscore for those that need it. --- sudo.pp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sudo.pp b/sudo.pp index 47291a7f5..5f45290f3 100644 --- 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 -- 2.50.0