[csw-devel] SF.net SVN: gar:[4006] csw/mgar/pkg/openssh/trunk/Makefile
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Sat Mar 28 01:58:03 CET 2009
Revision: 4006
http://gar.svn.sourceforge.net/gar/?rev=4006&view=rev
Author: chninkel
Date: 2009-03-28 00:58:03 +0000 (Sat, 28 Mar 2009)
Log Message:
-----------
openssh: another garv2 fix
Modified Paths:
--------------
csw/mgar/pkg/openssh/trunk/Makefile
Modified: csw/mgar/pkg/openssh/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openssh/trunk/Makefile 2009-03-28 00:46:20 UTC (rev 4005)
+++ csw/mgar/pkg/openssh/trunk/Makefile 2009-03-28 00:58:03 UTC (rev 4006)
@@ -109,8 +109,8 @@
customize_ssh_config:
# Correction des chemins
- gsed -i -e 's,/etc/ssh/,/opt/csw/etc/ssh/,g' -e 's,/usr/libexec/,/opt/csw/libexec/,g' "$(PKGROOT)/$(sysconfdir)/ssh/sshd_config"
- gsed -i -e 's,^ *# *UsePAM *.*,UsePAM yes,g' -e 's,^ *# *X11Forwarding *.*,X11Forwarding yes,g' "$(PKGROOT)/$(sysconfdir)/ssh/sshd_config"
+ gsed -i -e 's,/etc/ssh/,/opt/csw/etc/ssh/,g' -e 's,/usr/libexec/,/opt/csw/libexec/,g' "$(INSTALLISADIR)/$(sysconfdir)/ssh/sshd_config"
+ gsed -i -e 's,^ *# *UsePAM *.*,UsePAM yes,g' -e 's,^ *# *X11Forwarding *.*,X11Forwarding yes,g' "$(INSTALLISADIR)/$(sysconfdir)/ssh/sshd_config"
SPKG_REVSTAMP := $(SPKG_REVSTAMP)_rev=$(RELEASE)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list