[csw-devel] SF.net SVN: gar:[11105] csw/mgar/pkg/rssh/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Sep 30 15:44:38 CEST 2010


Revision: 11105
          http://gar.svn.sourceforge.net/gar/?rev=11105&view=rev
Author:   dmichelsen
Date:     2010-09-30 13:44:38 +0000 (Thu, 30 Sep 2010)

Log Message:
-----------
rssh: Skip dependency to CSWossh fixing #4549

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

Modified: csw/mgar/pkg/rssh/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rssh/trunk/Makefile	2010-09-30 13:14:49 UTC (rev 11104)
+++ csw/mgar/pkg/rssh/trunk/Makefile	2010-09-30 13:44:38 UTC (rev 11105)
@@ -25,7 +25,9 @@
 BUILD_DEP_PKGS = CSWossh CSWcvs CSWrdist CSWrsync
 
 # We need at least OpenSSH, the other programs are optional
-RUNTIME_DEP_PKGS = CSWossh
+# Looks like I was wrong: even that one is optional. See
+#   https://www.opencsw.org/mantis/view.php?id=4549
+# RUNTIME_DEP_PKGS = CSWossh
 
 sysconfdir = /etc/opt/csw
 MIGRATE_FILES = rssh.conf
@@ -44,7 +46,7 @@
 PROTOTYPE_FILES_makesuid = $(libexecdir)/rssh_chroot_helper
 PROTOTYPE_PERMS_makesuid = 4755
 
-CHECKPKG_OVERRIDES_CSWrssh += surplus-dependency|CSWossh
+# CHECKPKG_OVERRIDES_CSWrssh += surplus-dependency|CSWossh
 
 include gar/category.mk
 


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