|
Bugzilla – Full Text Bug Listing |
| Summary: | Sudo support for Solaris "project"s used for resource_controls in Solaris 10 | ||
|---|---|---|---|
| Product: | Sudo | Reporter: | Michael Brantley <Michael.Brantley> |
| Component: | Sudo | Assignee: | Todd C. Miller <Todd.Miller> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | ||
| Priority: | normal | ||
| Version: | 1.6.8 | ||
| Hardware: | Sun | ||
| OS: | Solaris 2.x | ||
| Attachments: |
Patch to provide solaris project support in sudo-1.6.8p12
Patch to provide solaris project support in sudo-1.6.8p12 (revised) Further patch to configure.in and aclocal.m4 to allow the use of autoconf without errors |
||
|
Description
Michael Brantley
2006-01-19 11:34:45 MST
Created attachment 42 [details]
Patch to provide solaris project support in sudo-1.6.8p12
I guess I won't be emailing it to you after all! :-)
Created attachment 43 [details]
Patch to provide solaris project support in sudo-1.6.8p12 (revised)
My apologies - I noticed that a small part of another local modification had
accidentally slipped through with my patch. This is the same patch file with
those lines omitted. Please regard this one as my submission.
Many thanks,
--
- Michael
Thanks, I'll merge some version of this into the sudo 1.7 cvs tree One note that I'm sure is obvious to you Todd but perhaps not to others reading the bug report - before running configure with the new --with-project option you will need to use autoconf to generate a new version of "configure" from the "configure.in" file. In other words I did not bother submitting a new "configure" script with this patch. -- - Michael Created attachment 44 [details] Further patch to configure.in and aclocal.m4 to allow the use of autoconf without errors I found that with my changes autoconf generated a buggy configure script. Upon investigation I found the article http://lists.gnu.org/archive/html/autoconf/2002-05/msg00116.html which implied that the problem was with quoting in the source files, not with autoconf itself. Through painful iteration I arrived upon this patch (as computed against the version created by the previous patch submitted in this bug report) which makes minor changes to the bracketing usage and enables autoconf-2.59 to create an error-free configure script. -- - Michael Support for this is present in the sudo 1.6.9 beta release. I did not use gettext() at this time because I intend to convert the rest of sudo to use gettext() in the future. You can download the latest beta release from http://www.sudo.ws/sudo/beta.html |