head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2014.01.22.06.21.30; author cheusov; state dead; branches; next 1.1; commitid Wr1GVm6TNctHQ4mx; 1.1 date 2014.01.10.22.43.33; author cheusov; state Exp; branches; next ; commitid PA0Q0v3ssxLtFCkx; desc @@ 1.2 log @Fix: dsh should read config file from sysconfdir but example directory @ text @$NetBSD: patch-aa,v 1.1 2014/01/10 22:43:33 cheusov Exp $ Install config file to @@prefix@@/share/examples/dsh --- Makefile.in.orig 2008-02-03 11:35:13.000000000 +0100 +++ Makefile.in @@@@ -226,7 +226,7 @@@@ program_transform_name = @@program_transf psdir = @@psdir@@ sbindir = @@sbindir@@ sharedstatedir = @@sharedstatedir@@ -sysconfdir = @@sysconfdir@@ +sysconfdir = @@prefix@@/share/examples/dsh target_alias = @@target_alias@@ dsh_SOURCES = dsh.c linkedlist.c parameter.c dsh.h linkedlist.h parameter.h gettext.h original_man = dsh.1 dsh.conf.5 @ 1.1 log @ Add parallel/dsh package dsh is an implementation of a wrapper for executing multiple remote shell (rsh/remsh/ssh) commands. rsh/remsh/ssh are wrappers for executing shell (ksh/bash/zsh/tcsh/sh .. etc... ) on remote hosts. @ text @d1 1 a1 1 $NetBSD$ @