9
9
# language governing permissions and limitations under the License.
10
10
#
11
11
# When distributing Covered Code, include this CDDL HEADER in each
12
- # file and include the License file at usr/src/OPENSOLARIS. LICENSE.
12
+ # file and include the License file at LICENSE.txt .
13
13
# If applicable, add the following below this CDDL HEADER, with the
14
14
# fields enclosed by brackets "[]" replaced with your own identifying
15
15
# information: Portions Copyright [yyyy] [name of copyright owner]
@@ -31,13 +31,13 @@ JAVA_HOME=/usr/jdk/latest; export JAVA_HOME
31
31
# The path needed
32
32
PATH=/usr/bin; export PATH
33
33
34
- # The name of the various SCM tools to use
34
+ # The name of the various SCM tools to use
35
35
# CVS=/usr/bin/cvs; export CVS
36
36
# SUBVERSION=/usr/bin/svn; export SUBVERSION
37
37
# MERCURIAL=/usr/bin/hg; export MERCURIAL
38
38
39
39
# The name of the web servers that should be notified with the information
40
- # of the active configuration to use. Specify them with hostname:port and
40
+ # of the active configuration to use. Specify them with hostname:port and
41
41
# separate multiple hosts by space.
42
42
# WEBSERVERS="server1:2424 server2:2424"
43
43
# WEBSERVERS="localhost:2424"
@@ -49,7 +49,7 @@ ADMINISTRATOR=root@localhost; export ADMINISTRATOR
49
49
# The current version of the Mercurial log parser expects C date format.
50
50
LC_ALL=C; export LC_ALL
51
51
52
- # Additional directories to look for libraries in.
52
+ # Additional directories to look for libraries in.
53
53
# (Subversions java binding etc)
54
54
55
55
case " $1 " in
@@ -58,9 +58,9 @@ case "$1" in
58
58
;;
59
59
60
60
stop)
61
- pkill -u opengrok -x indexer.sh
61
+ pkill -u opengrok -x indexer.sh
62
62
;;
63
-
63
+
64
64
* )
65
65
echo " Usage: $0 {start|stop}"
66
66
exit 1
0 commit comments