diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-21 04:40:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-21 04:40:58 +0000 |
commit | 77715780c277f3ee0546a18d68d098ae8f19d13a (patch) | |
tree | d708a54abe732a11a6ef1208b76f2b4038edce39 /net/gnu-radius/files/gnu-radius.sh.tmpl | |
parent | - Update to 2.0 (diff) |
- Update to 1.2.95
PR: ports/74108
Submitted by: Andrey Pavlenko <lance@merlin.net.ua> (maintainer)
Notes
Notes:
svn path=/head/; revision=122060
Diffstat (limited to 'net/gnu-radius/files/gnu-radius.sh.tmpl')
-rw-r--r-- | net/gnu-radius/files/gnu-radius.sh.tmpl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/gnu-radius/files/gnu-radius.sh.tmpl b/net/gnu-radius/files/gnu-radius.sh.tmpl deleted file mode 100644 index 894832c9ce8f..000000000000 --- a/net/gnu-radius/files/gnu-radius.sh.tmpl +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -case "$1" in -stop) - killall radiusd - ;; -*) - if [ -x !!PREFIX!!/sbin/radiusd ]; then - !!PREFIX!!/sbin/radiusd -y && echo -n ' radiusd' - fi - ;; -esac |