You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by cc...@apache.org on 2007/08/29 19:14:55 UTC

svn commit: r570869 - /directory/apacheds/trunk/server-installers/src/main/installers/

Author: ccustine
Date: Wed Aug 29 10:14:54 2007
New Revision: 570869

URL: http://svn.apache.org/viewvc?rev=570869&view=rev
Log:
- DIRSERVER-1044 Added ASL license to script and config headers.

Modified:
    directory/apacheds/trunk/server-installers/src/main/installers/apacheds-default.conf
    directory/apacheds/trunk/server-installers/src/main/installers/apacheds-fhs.conf
    directory/apacheds/trunk/server-installers/src/main/installers/apacheds-init
    directory/apacheds/trunk/server-installers/src/main/installers/apacheds-rpm.spec
    directory/apacheds/trunk/server-installers/src/main/installers/apacheds-server-win.nsi
    directory/apacheds/trunk/server-installers/src/main/installers/apacheds-suite-win.nsi
    directory/apacheds/trunk/server-installers/src/main/installers/apacheds-sysconfig.conf
    directory/apacheds/trunk/server-installers/src/main/installers/apacheds.conf
    directory/apacheds/trunk/server-installers/src/main/installers/rpm-apacheds-tools.sh

Modified: directory/apacheds/trunk/server-installers/src/main/installers/apacheds-default.conf
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-installers/src/main/installers/apacheds-default.conf?rev=570869&r1=570868&r2=570869&view=diff
==============================================================================
--- directory/apacheds/trunk/server-installers/src/main/installers/apacheds-default.conf (original)
+++ directory/apacheds/trunk/server-installers/src/main/installers/apacheds-default.conf Wed Aug 29 10:14:54 2007
@@ -1,3 +1,23 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#
+  
+#
 # In this file you can override parameters specified in the default
 # Apache Directory Server config file which is usually at
 # /opt/apacheds-x.x.x/conf/apacheds.conf

Modified: directory/apacheds/trunk/server-installers/src/main/installers/apacheds-fhs.conf
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-installers/src/main/installers/apacheds-fhs.conf?rev=570869&r1=570868&r2=570869&view=diff
==============================================================================
--- directory/apacheds/trunk/server-installers/src/main/installers/apacheds-fhs.conf (original)
+++ directory/apacheds/trunk/server-installers/src/main/installers/apacheds-fhs.conf Wed Aug 29 10:14:54 2007
@@ -1,14 +1,30 @@
-#********************************************************************
-# TestWrapper Properties
 #
-# NOTE - Please use src/conf/apacheds.conf.in as a template for your
-#        own application rather than the values used for the
-#        TestWrapper sample.
-#********************************************************************
-# Java Application
-#wrapper.java.command=%JAVA_HOME%/bin/java
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#
 
 #include /etc/apacheds/%INSTANCE%.conf
+
+# If the default java executable is not on the path,
+# this will need to be set to a fully qualified path.
+# This can also be overridden in /var/lib/apacheds/<instance_name>/conf/apacheds.conf
+#
+#wrapper.java.command=/usr/local/java/jdk1.5.0_10/bin/java
+#
 wrapper.java.command=@app.java.home@
 
 # Java Main class.  This class must implement the WrapperListener interface
@@ -16,7 +32,6 @@
 #  classes are provided to do this for you.  See the Integration section
 #  of the documentation for details.
 wrapper.java.mainclass=org.apache.directory.daemon.TanukiBootstrapper
-#wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp
 wrapper.max_failed_invocations=1
 
 wrapper.java.classpath.1=../lib/bootstrapper.jar

Modified: directory/apacheds/trunk/server-installers/src/main/installers/apacheds-init
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-installers/src/main/installers/apacheds-init?rev=570869&r1=570868&r2=570869&view=diff
==============================================================================
--- directory/apacheds/trunk/server-installers/src/main/installers/apacheds-init (original)
+++ directory/apacheds/trunk/server-installers/src/main/installers/apacheds-init Wed Aug 29 10:14:54 2007
@@ -1,5 +1,24 @@
 #! /bin/sh
 #
+#
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#
+
 # Shell script to start/stop Apache Directory Server
 # If you want to change apacheds service settings please modify the apacheds.conf 
 # file for the instance you wish to change.

Modified: directory/apacheds/trunk/server-installers/src/main/installers/apacheds-rpm.spec
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-installers/src/main/installers/apacheds-rpm.spec?rev=570869&r1=570868&r2=570869&view=diff
==============================================================================
--- directory/apacheds/trunk/server-installers/src/main/installers/apacheds-rpm.spec (original)
+++ directory/apacheds/trunk/server-installers/src/main/installers/apacheds-rpm.spec Wed Aug 29 10:14:54 2007
@@ -1,4 +1,23 @@
-Summary: ${app.display.name} Server 
+#
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#
+
+Summary: ${app.display.name} Server
 Name: ${app}
 Version: ${app.version}
 Release: ${app.release}

Modified: directory/apacheds/trunk/server-installers/src/main/installers/apacheds-server-win.nsi
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-installers/src/main/installers/apacheds-server-win.nsi?rev=570869&r1=570868&r2=570869&view=diff
==============================================================================
--- directory/apacheds/trunk/server-installers/src/main/installers/apacheds-server-win.nsi (original)
+++ directory/apacheds/trunk/server-installers/src/main/installers/apacheds-server-win.nsi Wed Aug 29 10:14:54 2007
@@ -1,3 +1,22 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#
+
 !define AppName "${app.description}"
 !define AppVersion "${app.version}"
 !define OutFile "${app.final.name}"

Modified: directory/apacheds/trunk/server-installers/src/main/installers/apacheds-suite-win.nsi
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-installers/src/main/installers/apacheds-suite-win.nsi?rev=570869&r1=570868&r2=570869&view=diff
==============================================================================
--- directory/apacheds/trunk/server-installers/src/main/installers/apacheds-suite-win.nsi (original)
+++ directory/apacheds/trunk/server-installers/src/main/installers/apacheds-suite-win.nsi Wed Aug 29 10:14:54 2007
@@ -1,3 +1,22 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#
+
 !define AppName "${app.description}"
 !define AppVersion "${app.version}"
 !define OutFile "${app.final.name}"

Modified: directory/apacheds/trunk/server-installers/src/main/installers/apacheds-sysconfig.conf
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-installers/src/main/installers/apacheds-sysconfig.conf?rev=570869&r1=570868&r2=570869&view=diff
==============================================================================
--- directory/apacheds/trunk/server-installers/src/main/installers/apacheds-sysconfig.conf (original)
+++ directory/apacheds/trunk/server-installers/src/main/installers/apacheds-sysconfig.conf Wed Aug 29 10:14:54 2007
@@ -1,2 +1,21 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#
+
 INSTANCE_HOME="/var/lib/apacheds"
 APACHEDS_HOME="/opt/@app@-@app.version@"

Modified: directory/apacheds/trunk/server-installers/src/main/installers/apacheds.conf
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-installers/src/main/installers/apacheds.conf?rev=570869&r1=570868&r2=570869&view=diff
==============================================================================
--- directory/apacheds/trunk/server-installers/src/main/installers/apacheds.conf (original)
+++ directory/apacheds/trunk/server-installers/src/main/installers/apacheds.conf Wed Aug 29 10:14:54 2007
@@ -1,3 +1,22 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#
+
 #include /etc/apacheds/%INSTANCE%.conf
 
 # If the default java executable is not on the path,
@@ -6,7 +25,6 @@
 #
 #wrapper.java.command=/usr/local/java/jdk1.5.0_10/bin/java
 #
-
 wrapper.java.command=@app.java.home@
 
 wrapper.java.mainclass=org.apache.directory.daemon.TanukiBootstrapper

Modified: directory/apacheds/trunk/server-installers/src/main/installers/rpm-apacheds-tools.sh
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-installers/src/main/installers/rpm-apacheds-tools.sh?rev=570869&r1=570868&r2=570869&view=diff
==============================================================================
--- directory/apacheds/trunk/server-installers/src/main/installers/rpm-apacheds-tools.sh (original)
+++ directory/apacheds/trunk/server-installers/src/main/installers/rpm-apacheds-tools.sh Wed Aug 29 10:14:54 2007
@@ -1,4 +1,23 @@
 #!/bin/sh
+#
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#
+
 # Really simple script to launch apacheds tools with RPM installer
 
 . /etc/sysconfig/apacheds