]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- support for modular xorg
authorwrobell <wrobell@pld-linux.org>
Thu, 9 Feb 2006 14:09:19 +0000 (14:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel. 3

Changed files:
    openssh.spec -> 1.246

openssh.spec

index 4667f111e16cf9114c6cfcb10664e8e32579beca..bc255213b70e451eb8711f403ed7c9092726bdf9 100644 (file)
@@ -1,7 +1,4 @@
 #
-# todo:
-# - for modularized xorg use /usr/bin/xauth
-#
 # Conditional build:
 %bcond_without chroot          # without chrooted user environment support
 %bcond_with    gnome           # with gnome-askpass (GNOME 1.x) utility
@@ -31,8 +28,8 @@ Summary(ru):  OpenSSH - 
 Summary(uk):   OpenSSH - ×¦ÌØÎÁ ÒÅÁ̦ÚÁæѠÐÒÏÔÏËÏÌÕ Secure Shell (SSH)
 Name:          openssh
 Version:       4.3p1
-Release:       2%{?with_hpn:hpn}%{?with_hpn_none:hpn_none}
-Epoch:         2
+Release:       3%{?with_hpn:hpn}%{?with_hpn_none:hpn_none}
+Epoch:         3
 License:       BSD
 Group:         Applications/Networking
 Source0:       ftp://ftp.ca.openbsd.org/pub/OpenBSD/OpenSSH/portable/%{name}-%{version}.tar.gz
@@ -488,7 +485,7 @@ cp %{_datadir}/automake/config.sub .
        %{?with_kerberos5:--with-kerberos5} \
        --with-privsep-path=%{_privsepdir} \
        --with-pid-dir=%{_localstatedir}/run \
-       --with-xauth=/usr/X11R6/bin/xauth
+       --with-xauth=/usr/bin/xauth
 
 echo '#define LOGIN_PROGRAM           "/bin/login"' >>config.h
 
This page took 0.056359 seconds and 4 git commands to generate.