source: proiecte/HadoopJUnit/hadoop-0.20.1/contrib/hod/bin/verify-account @ 173

Last change on this file since 173 was 120, checked in by (none), 14 years ago

Added the mail files for the Hadoop JUNit Project

  • Property svn:executable set to *
File size: 494 bytes
Line 
1#!/bin/sh
2# This script file is a stub for systems that might want to include
3# checks for the account name that is passed to HOD. It will be
4# launched by HOD with the account name as an argument. The script
5# should return a zero exit code if the account is valid, and a
6# non zero exit code otherwise. Any output that the script generates
7# would be reported to the user by HOD, in case of a non-zero exit
8# code.
9#
10# By default, the script does nothing and returns a zero exit code.
11exit 0
Note: See TracBrowser for help on using the repository browser.