[csw-devel] SF.net SVN: gar:[20422] csw/mgar/pkg/openssh/trunk

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Mon Mar 11 16:46:25 CET 2013


Revision: 20422
          http://gar.svn.sourceforge.net/gar/?rev=20422&view=rev
Author:   chninkel
Date:     2013-03-11 15:46:25 +0000 (Mon, 11 Mar 2013)
Log Message:
-----------
openssh/trunk: removed Solaris 8 legacy checkinstall script

Modified Paths:
--------------
    csw/mgar/pkg/openssh/trunk/Makefile

Removed Paths:
-------------
    csw/mgar/pkg/openssh/trunk/files/CSWopenssh.checkinstall
    csw/mgar/pkg/openssh/trunk/files/CSWopensshlpk.checkinstall

Modified: csw/mgar/pkg/openssh/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openssh/trunk/Makefile	2013-03-11 15:32:04 UTC (rev 20421)
+++ csw/mgar/pkg/openssh/trunk/Makefile	2013-03-11 15:46:25 UTC (rev 20422)
@@ -103,8 +103,6 @@
 UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*p\d+).tar.gz
 
 DISTFILES  = $(NAME)-$(VERSION).tar.gz
-DISTFILES += CSWopenssh.checkinstall
-DISTFILES += CSWopensshlpk.checkinstall
 DISTFILES += changelog.CSW
 DISTFILES += cswusergroup
 

Deleted: csw/mgar/pkg/openssh/trunk/files/CSWopenssh.checkinstall
===================================================================
--- csw/mgar/pkg/openssh/trunk/files/CSWopenssh.checkinstall	2013-03-11 15:32:04 UTC (rev 20421)
+++ csw/mgar/pkg/openssh/trunk/files/CSWopenssh.checkinstall	2013-03-11 15:46:25 UTC (rev 20422)
@@ -1,24 +0,0 @@
-#!/bin/sh
-
-err=0
-
-if [ `uname -r` = "5.8" ] ; then
-
-if [ ! -c $PKG_ROOT_DIR/dev/random ] ; then
-	echo ERROR: /dev/random must exist
-	err=1
-fi
-
-if [ ! -c $PKG_ROOT_DIR/dev/urandom ] ; then
-	echo ERROR: /dev/urandom must exist
-	err=1
-fi
-
-fi
-
-if [ "$err" = "1" ] ; then
-	echo "For solaris 8 sparc, install patch 112438"
-	echo "For solaris 8 x86,   install patch 112439"
-	exit 1
-fi
-

Deleted: csw/mgar/pkg/openssh/trunk/files/CSWopensshlpk.checkinstall
===================================================================
--- csw/mgar/pkg/openssh/trunk/files/CSWopensshlpk.checkinstall	2013-03-11 15:32:04 UTC (rev 20421)
+++ csw/mgar/pkg/openssh/trunk/files/CSWopensshlpk.checkinstall	2013-03-11 15:46:25 UTC (rev 20422)
@@ -1,24 +0,0 @@
-#!/bin/sh
-
-err=0
-
-if [ `uname -r` = "5.8" ] ; then
-
-if [ ! -c $PKG_ROOT_DIR/dev/random ] ; then
-	echo ERROR: /dev/random must exist
-	err=1
-fi
-
-if [ ! -c $PKG_ROOT_DIR/dev/urandom ] ; then
-	echo ERROR: /dev/urandom must exist
-	err=1
-fi
-
-fi
-
-if [ "$err" = "1" ] ; then
-	echo "For solaris 8 sparc, install patch 112438"
-	echo "For solaris 8 x86,   install patch 112439"
-	exit 1
-fi
-

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