| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: portmgr (kris)
|
|
|
|
| |
Requested by: adamw (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
PORTREVISION bump.
|
| |
|
| |
|
|
|
|
| |
not put it into /etc/pam.d.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sleuthing here.
- Stop libgnomesu from causing 4.x machines to catch fire and break
all your dishes.
- Don't install stuff into /etc/pam.d by default.
- Install example "gnomesu-pam"s, and include a pkg-message explaining
what to do with them (HINT: copy the appropriate one into /etc/pam.d
and name it gnomesu-pam).
- Fix a double-free.
With these fixes, the gnomeu binary in libgnomesu provides a much more
comprehensive GNOME su frontend, and the Great Red Eye of Adamwdor is
now turned towards sysutils/gnomesu.
|
|
|
|
|
| |
your PAM configuration, and cause subsequent logins to fail. The
maintainer has been notified.
|
| |
|
| |
|
|
|
|
|
| |
considered, as its functionality appears to be encapsulated within
libgnomesu. Thoughts/opinions welcome.
|
|
applications. It supports consolehelper, PAM and su.
libgnomesu will use one the following services (in order of priority),
depending on which one is available:
- consolehelper
- PAM
- su
libgnomesu will use the su-based backend as final fallback, if no other
services are available. This service uses a backend which is a modified
version of GNU su.
libgnomesu comes with the GUI frontend 'gnomesu' and a Nautilus component
for Nautilus integration.
WWW: http://members1.chello.nl/~h.lai/libgnomesu/
|