summaryrefslogtreecommitdiffstats
path: root/x11/gdm
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build on 4.X.marcus2005-07-041-2/+49
|
* Update to 2.8.0.1.marcus2005-07-035-319/+6
|
* Correct a severe security issue if a user without a home directory logs inmarcus2005-06-272-9/+42
| | | | | | | | | via GDM. In such a case, the user would have had root:gdm privileges. This is now fixed by correctly changing back to the user's uid:gid. Submitted by: Pawel Worach <pawel.worach@gmail.com> Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=308050 Security: This fixes a potential privilege escalation problem
* - Fix plist for xorg users, gdm-dmx-reconnect-proxy wantsahze2005-06-222-1/+7
| | | | | | X11/extensions/dmxext.h which xorg doesn't install Help figuring what was wrong:
* - Add missing file to plistahze2005-06-222-0/+2
|
* Fix the build on 4.X.marcus2005-06-113-3/+284
|
* Update to GDM 2.8.0.0.marcus2005-06-118-68/+74
| | | | Submitted by: sajd on #freebsd-gnome
* Improve the startup script:jylefort2005-06-102-13/+2
| | | | | - Remove useless start_cmd/stop_cmd - Set procname (unbreaks status)
* Fix an infinite loop that can occur when gnome-session attempts a logout.marcus2005-05-122-0/+43
| | | | | | | What happens is gdm gets locked in a tight loop forever reading, but never processing, the EOF from the IPC socket. PR: 80906 (amongst others)
* - Beautify console messagespav2005-05-041-2/+2
| | | | | PR: ports/80577 Submitted by: Stefan Thurner <stefan.thurner@mb.tu-chemnitz.de>
* Pad the "Sarting GDM" phrase with a leading space.marcus2005-04-251-1/+1
| | | | Reported by: thurners@t-online.de
* Update to 2.6.0.9.adamw2005-04-123-4/+5
|
* Install a rcNG startup script, instead of the old one.kwm2005-04-115-44/+34
| | | | Remove some comment about a bug in pam for FreeBSD < 5.1-Release.
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
|
* - Update WWW: lineahze2005-03-091-1/+1
|
* Update to 2.6.0.8.marcus2005-03-085-21/+25
|
* The glibc strftime padding options were MFC'd to 5-STABLE. Let's use them.marcus2005-02-201-1/+2
|
* Update to 2.6.0.7.marcus2005-02-034-5/+10
|
* - Move x11/gdm2 to x11/gdmpav2005-01-2412-0/+612
|
* Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. Allmarcus2003-07-1519-844/+0
| | | | core desktop components are being removed.
* Remove USE_GNOMENG.marcus2003-04-201-1/+0
|
* Fix the checks when installing config files.marcus2003-04-091-9/+9
| | | | Obtained from: x11/gdm2
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Properly install the config files when installing from package.marcus2003-02-201-0/+9
|
* One more pass at the gdm's. This time, allow the gdm user and group tomarcus2003-01-212-12/+4
| | | | | | be created even if BATCH is defined. Also, set PKG_PREFIX from the port Makefile so we can take care of directory permissions within the pkg-install script for both the port and package.
* Correct last commit. PKG_PREFIX is only set by pkg_add, thus when building themarcus2003-01-192-2/+10
| | | | | | port, the variable does not exist. Spotted by: Mark Hannon <markhannon@optusnet.com.au>
* Make sure directory permissions are properly set when installing frommarcus2003-01-192-6/+4
| | | | package.
* Remove ${X11BASE}/sbin if it exists and is not empty.marcus2003-01-131-0/+1
| | | | Reported by: bento
* Fix install on -CURRENT.marcus2002-10-192-2/+10
| | | | | Submitted by: bento Obtained from: gdm2
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-201-1/+1
| | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
* Add a missing dependency on libglade.marcus2002-09-081-1/+1
| | | | Submitted by: bento
* Fix a typo in one of the patches.marcus2002-08-251-1/+1
|
* * Change the uid:gid for gdm to 92 as mailman already has 91marcus2002-08-094-12/+112
| | | | | * Don't overwrite config files * Bump PORTREVISION
* Use USE_GNOMENG.sobomax2002-07-185-60/+21
|
* add missing files.nork2002-04-281-0/+1
| | | | | Not objected to by: gnome Reviewed by: knu (mentor)
* Do not show the security warning dialog if BATCH is set (it causesolgeni2002-04-241-1/+3
| | | | sysinstall to hang).
* Update to 2.2.5.5.sobomax2002-03-146-69/+141
|
* Add missed IS_INTERACTIVE=yes when not building on bento.sobomax2002-03-061-1/+5
| | | | | PR: 35236 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Make face browser working.sobomax2002-01-312-1/+28
| | | | | PR: 34429 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Fix installation when /usr/sbin not in the PATH.sobomax2002-01-281-4/+5
| | | | | PR: 34289 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* When building on bento use numeric UID/GID because bento knows nothing aboutsobomax2002-01-241-0/+4
| | | | | user gdm and group gdm, so that the build is likely to fail. No PORTREVISION bump because this just unbreaks the build on bento.
* Use user name instead of UID when setting owner for the directory withsobomax2002-01-231-1/+1
| | | | | | | | config files. This is necessary in the case when user already have gdm user registered in his /etc/passwd, but with different UID. No PORTREVISION bump because package remains the same. Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Use correct permissions for ${PREFIX}/share/gnome/gdm.sobomax2002-01-141-0/+1
| | | | Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Remove pkg-req - we don't need it anymore.sobomax2002-01-141-21/+0
| | | | Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* When installing package automagically create required user/group if they don'tsobomax2002-01-142-7/+37
| | | | | | | exist. This should make it possible to do unattented installation of pre-built gdm package and gnome meta-package. Bump PORTREVISION. Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Kill useless hunk.sobomax2002-01-111-10/+0
|
* Respect user's settings in /etc/login.conf. Bump PORTREVISION.sobomax2002-01-114-0/+200
| | | | | Submitted by: Volker Stolz <stolz@hyperion.informatik.rwth-aachen.de> Reviewed by: Joe Clarke <marcus@marcuscom.com>, sobomax
* Sync with reality.sobomax2002-01-021-3/+0
| | | | | PR: 33473 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Update to 2.2.5.4.sobomax2002-01-023-23/+2
|
* Set correct group for users' session.sobomax2001-12-312-0/+21
| | | | | PR: 33372 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
OpenPOWER on IntegriCloud