[Lunar-commits] CVS: crater/devel/lincvs lincvs, NONE, 1.1 start-ssh.sh, NONE, 1.1 BUILD, 1.2, 1.3 DEPENDS, 1.2, 1.3

Florin Braescu florin at lunar-linux.org
Sun Jan 4 20:46:09 GMT 2004


Update of /var/cvs/lunar/crater/devel/lincvs
In directory dbguin.lunar-linux.org:/tmp/cvs-serv6236

Modified Files:
	BUILD DEPENDS 
Added Files:
	lincvs start-ssh.sh 
Log Message:
add the x11-ssh-askpass optional depend and a few config actions.


--- NEW FILE: lincvs ---
#!/bin/sh

echo Adapt the absolute path to LinCVS/lincvs.bin
echo and copy this startscript into a directory 
echo of your PATH!

#exec "/absolute_path_to_LinCVS/AppRun" "$@"
#for instance
#exec "/usr/local/apps/LinCVS/AppRun" "$@"

exec "/opt/lunar/LinCVS/AppRun" "$@"
--- NEW FILE: start-ssh.sh ---
# sample script for setting environment variables and
# starting the modified ssh client tool. Point 
# Options/Settings/External Programs/Remote Shell to
# this script after downloading openssh, replacing
# readpass.c in the toplevel dir of openssh and recompiling.
# SSH_ASKPASS needs to point to the ssh-askpass tool,
# and the line below should point to the newly compiled
# ssh.
#

export SSH_ASKPASS=/usr/libexec/ssh-askpass
ssh "$@"

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/crater/devel/lincvs/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	2 Jan 2004 18:53:48 -0000	1.2
+++ BUILD	4 Jan 2004 20:46:06 -0000	1.3
@@ -3,9 +3,10 @@
 	qmake -o Makefile lincvs.pro &&
 	make &&
 	strip lincvs.bin &&
+        cp -f $SCRIPT_DIRECTORY/lincvs  LinCVS/lincvs &&
+        cp -f $SCRIPT_DIRECTORY/start-ssh.sh tools/start-ssh.sh &&
 	prepare_install &&
 	make install &&
 	cp -Rp LinCVS /opt/lunar/
 	
 ) > $C_FIFO 2>&1
-

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/crater/devel/lincvs/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS	2 Jan 2004 18:53:48 -0000	1.2
+++ DEPENDS	4 Jan 2004 20:46:07 -0000	1.3
@@ -1,3 +1,5 @@
 depends cvs &&
 depends qt3 &&
-optional_depends "rox" "" "" "Application Directory support"
+
+optional_depends "x11-ssh-askpass" "" "" "X11 ssh password support"   &&
+optional_depends "rox"             "" "" "Application Directory support"



More information about the Lunar-commits mailing list