After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 326242 - [PATCH] Allow enabling/disabling of tcpwrappers rather than automatically using if available
[PATCH] Allow enabling/disabling of tcpwrappers rather than automatically usi...
Status: RESOLVED FIXED
Product: gnome-session
Classification: Core
Component: gnome-session
2.13.x
Other All
: Normal normal
: ---
Assigned To: Session Maintainers
Session Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-08 22:39 UTC by Saleem Abdulrasool
Modified: 2006-11-14 18:51 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
gnome-session-optional-tcp-wrappers.patch (5.62 KB, patch)
2006-01-08 22:41 UTC, Saleem Abdulrasool
committed Details | Review

Description Saleem Abdulrasool 2006-01-08 22:39:22 UTC
Please describe the problem:
This patch allows you to enable or disable the tcp wrappers support in
gnome-session rather than just enabling or disabling based on existance.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Saleem Abdulrasool 2006-01-08 22:41:32 UTC
Created attachment 56987 [details] [review]
gnome-session-optional-tcp-wrappers.patch

Based on a patch from Stefan Sperling
Comment 2 Tom Tromey 2006-10-18 06:38:51 UTC
I didn't read this super closely, but it looks like this just
adds a new option, defaulting to on, and then reindents a lot of
the checking code.
If so, the idea seems reasonable enough to me.  A ChangeLog entry
would help btw :-)
(FYI I'm not able to approve patches.)
Comment 3 Vincent Untz 2006-11-14 18:51:16 UTC
Thanks!