diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-12-20 00:06:02 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-20 00:06:02 -0600 |
commit | 3ad5434a883fe624931a3507ceb00a7d3f6dc24a (patch) | |
tree | bf25d3196fe2921470c9e0f0d4d4cc7add692ed0 /system/gdm/gdm.SlackBuild | |
parent | 3f7c858b5ceb1159496d6ae4660b335c28be4363 (diff) | |
download | slackbuilds-3ad5434a883fe624931a3507ceb00a7d3f6dc24a.tar.gz |
system/gdm: Don't start ssh-agent from gdm - this is user's job
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/gdm/gdm.SlackBuild')
-rw-r--r-- | system/gdm/gdm.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/system/gdm/gdm.SlackBuild b/system/gdm/gdm.SlackBuild index 3d11815555..2b9e633d02 100644 --- a/system/gdm/gdm.SlackBuild +++ b/system/gdm/gdm.SlackBuild @@ -10,7 +10,7 @@ PRGNAM=gdm VERSION=${VERSION:-2.20.11} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -58,6 +58,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Don't automatically start ssh-agent -- this is the user's job +patch -p1 < $CWD/patches/patches/do_not_start_ssh-agent.diff + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -83,7 +86,7 @@ cp $CWD/sessions/* $PKG/usr/share/xsessions chmod 0755 $PKG/usr/share/xsessions/* # Make xfce the default session -patch -d $PKG -p1 < $CWD/make_xfce_default_session.diff +patch -d $PKG -p1 < $CWD/patches/make_xfce_default_session.diff # Let's not clobber the configs mv $PKG/etc/X11/gdm/custom.conf $PKG/etc/X11/gdm/custom.conf.new |