diff options
author | shattered <shattered> | 2011-10-07 22:37:02 +0000 |
---|---|---|
committer | shattered <shattered> | 2011-10-07 22:37:02 +0000 |
commit | c612037ed051689fc7a8f711c7c1e5cf0717be4e (patch) | |
tree | 75ef48345219d9f2eae0e84eec7aba37813d0bcb /net/xymonclient | |
parent | f7e05771e6c5453201a2c7c6a0e359bb1c87c04f (diff) | |
download | pkgsrc-c612037ed051689fc7a8f711c7c1e5cf0717be4e.tar.gz |
PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh
Diffstat (limited to 'net/xymonclient')
-rw-r--r-- | net/xymonclient/files/xymonclient.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xymonclient/files/xymonclient.sh b/net/xymonclient/files/xymonclient.sh index 940adcfa0f7..4953ed9b67c 100644 --- a/net/xymonclient/files/xymonclient.sh +++ b/net/xymonclient/files/xymonclient.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # # Xymon site monitoring server # Startup script contributed by Nathan Arthur (originally for hobbitmon) |