Просмотр исходного кода

Missed a file for HADOOP-4145 in branch-0.18

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/branches/branch-0.18@694832 13f79535-47bb-0310-9956-ffa450edef68
Nigel Daley 16 лет назад
Родитель
Сommit
07da14f8fa
1 измененных файлов с 11 добавлено и 0 удалено
  1. 11 0
      src/contrib/hod/bin/verify-account

+ 11 - 0
src/contrib/hod/bin/verify-account

@@ -0,0 +1,11 @@
+#!/bin/sh
+# This script file is a stub for systems that might want to include
+# checks for the account name that is passed to HOD. It will be
+# launched by HOD with the account name as an argument. The script
+# should return a zero exit code if the account is valid, and a
+# non zero exit code otherwise. Any output that the script generates
+# would be reported to the user by HOD, in case of a non-zero exit
+# code.
+#
+# By default, the script does nothing and returns a zero exit code.
+exit 0