diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-02-11 02:12:22 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-02-11 02:12:22 +0000 |
commit | c0d1c2939bb6c09f8ff7991cea15b942d95ac9b1 (patch) | |
tree | 877d183224aa0eae4ed740d2802900edc60b7196 /Tools | |
parent | f2e6390c69d232cfeca947264692be1e8b948d94 (diff) | |
download | ports-c0d1c2939bb6c09f8ff7991cea15b942d95ac9b1.tar.gz ports-c0d1c2939bb6c09f8ff7991cea15b942d95ac9b1.zip |
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/scripts/reportload.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/portbuild/scripts/reportload.sh b/Tools/portbuild/scripts/reportload.sh index a0e6cd27419f..5516e71d3a8a 100755 --- a/Tools/portbuild/scripts/reportload.sh +++ b/Tools/portbuild/scripts/reportload.sh @@ -1,4 +1,7 @@ #!/bin/sh +# +# For use on the client. Start the load reporting service at system +# boot time. if [ "$1" != "start" ]; then exit; fi |