This commit was generated by cvs2svn to compensate for changes in r120,
[util-vserver.git] / distrib / sample.sh
diff --git a/distrib/sample.sh b/distrib/sample.sh
new file mode 100755 (executable)
index 0000000..8e8c047
--- /dev/null
@@ -0,0 +1,17 @@
+#!/bin/sh
+case $1 in
+pre-start)
+       ;;
+post-start)
+       ;;
+pre-stop)
+       ;;
+post-stop)
+       ;;
+*)
+       echo $0 pre-start
+       echo $0 pre-stop
+       echo $0 post-start
+       echo $0 post-stop
+       ;;
+esac