head	1.4;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2;
locks; strict;
comment	@# @;


1.4
date	2010.10.28.11.10.46;	author kwm;	state Exp;
branches;
next	1.3;

1.3
date	2007.10.24.23.36.32;	author marcus;	state Exp;
branches;
next	1.2;

1.2
date	2005.01.14.19.57.27;	author adamw;	state Exp;
branches;
next	1.1;

1.1
date	2005.01.14.19.25.56;	author adamw;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Remove the 4.x script, and rename the 5.x script. One script works for all
supported FreeBSD versions.
Update instuction for the pam script.

PR:		ports/151772
Submitted by:	dougb@@
@
text
@
####################################################

The gnomesu part of libgnomesu will use su(1) without
any further work. To utilize the PAM support, however,
you must perform the following:

  cp %%EXAMPLESDIR%%/gnomesu-pam.sample \
  	/etc/pam.d/gnomesu-pam

####################################################

@


1.3
log
@Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
@
text
@d8 1
a8 5
On 4.x:
  cat %%EXAMPLESDIR%%/gnomesu-pam.4.x.sample >> /etc/pam.conf

On 5.x/6.x:
  cp %%EXAMPLESDIR%%/gnomesu-pam.5.x.sample \
@


1.2
log
@Instruct 4.x users to append the sample gnomesu-pam to /etc/pam.conf,
not put it into /etc/pam.d.
@
text
@d11 1
a11 1
On 5.x:
@


1.1
log
@Extra super OMFG-I'd-be-screwed-without-you thanks to marcus for the
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.
@
text
@d9 1
a9 2
  cp %%EXAMPLESDIR%%/gnomesu-pam.4.x.sample \
  	/etc/pam.d/gnomesu-pam
@

