CVS: moonbase/crypto/openssh BUILD,1.3,1.4 POST_INSTALL,1.2,1.3

sofar at lunar-linux.org sofar at lunar-linux.org
Tue Aug 5 21:02:49 GMT 2003


Update of /var/cvs/lunar/moonbase/crypto/openssh
In directory dbguin.lunar-linux.org:/tmp/cvs-serv27854

Modified Files:
	BUILD POST_INSTALL 
Log Message:
Adding proper calls fir this. tested, niiiiice. Only need to add this to the iso install somewhere so this is called somehow.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/crypto/openssh/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD	30 Mar 2003 17:14:43 -0000	1.3
+++ BUILD	5 Aug 2003 21:02:47 -0000	1.4
@@ -9,6 +9,9 @@
   add_priv_user sshd:sshd                                                &&
 
   OPTS=$OPTS" --sysconfdir=/etc/ssh --with-md5-passwords"                &&
-  default_build 
+  default_build                                                          &&
+  if [ ! -f /etc/ssh/Makefile ] ; then
+    install -m644 $SCRIPT_DIRECTORY/Makefile /etc/ssh/Makefile
+  fi
 
 ) > $C_FIFO 2>&1

Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/crypto/openssh/POST_INSTALL,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- POST_INSTALL	18 Oct 2002 10:01:34 -0000	1.2
+++ POST_INSTALL	5 Aug 2003 21:02:47 -0000	1.3
@@ -1,6 +1 @@
-if [ -n "$INITDSCRIPTS" ] ; then
-  message "Ssh cannot be restarted during a lunar update or lin if you are"
-  message "logged in remotely. Please wait for lunar to finish and type"
-  message "/etc/init.d/sshd remote-restart to restart the ssh daemon manually."
-fi
-true
+cd /etc/ssh && make server-keys




More information about the Lunar-commits mailing list