--- wrr-20021019.orig/example/etc/wrr/config.sh
+++ wrr-20021019/example/etc/wrr/config.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # This is the configuration file for the example WRR setup. Please take your
 # time to study it carefully. Currently it contains the setup for my site -
--- wrr-20021019.orig/example/etc/wrr/wipl/create-clients-lan.sh
+++ wrr-20021019/example/etc/wrr/wipl/create-clients-lan.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 #-----------------------------------------------------------------------------
 
--- wrr-20021019.orig/example/etc/wrr/wipl/create-daemon-lan.sh
+++ wrr-20021019/example/etc/wrr/wipl/create-daemon-lan.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # Creats a wipld configuration file.
 
--- wrr-20021019.orig/example/etc/wrr/userconf.sh
+++ wrr-20021019/example/etc/wrr/userconf.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 # This is called by start.sh before entering the loop.
 # I use this to setup special configuration for some servers
