You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2005/05/04 05:30:37 UTC

svn commit: r168065 - in /myfaces/site: binary.cgi source.cgi

Author: schof
Date: Tue May  3 20:30:36 2005
New Revision: 168065

URL: http://svn.apache.org/viewcvs?rev=168065&view=rev
Log:
removed DOS line endings so CGI script will execute properly

Modified:
    myfaces/site/binary.cgi
    myfaces/site/source.cgi

Modified: myfaces/site/binary.cgi
URL: http://svn.apache.org/viewcvs/myfaces/site/binary.cgi?rev=168065&r1=168064&r2=168065&view=diff
==============================================================================
--- myfaces/site/binary.cgi (original)
+++ myfaces/site/binary.cgi Tue May  3 20:30:36 2005
@@ -1,23 +1,23 @@
-#!/bin/sh
-
-# Copyright 2002-2004 The Apache Software Foundation or its licensors,
-# as applicable.
-#
-# Licensed 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.
-
-# Wrapper script around mirrors.cgi script
-# (we must change to that directory in order for python to pick up the
-#  python includes correctly)
-# Copied from Stefan's http://www.apache.org/~bodewig/mirror.html
-cd /www/www.apache.org/dyn/mirrors 
-/www/www.apache.org/dyn/mirrors/mirrors.cgi $*
+#!/bin/sh
+
+# Copyright 2002-2004 The Apache Software Foundation or its licensors,
+# as applicable.
+#
+# Licensed 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.
+
+# Wrapper script around mirrors.cgi script
+# (we must change to that directory in order for python to pick up the
+#  python includes correctly)
+# Copied from Stefan's http://www.apache.org/~bodewig/mirror.html
+cd /www/www.apache.org/dyn/mirrors 
+/www/www.apache.org/dyn/mirrors/mirrors.cgi $*

Modified: myfaces/site/source.cgi
URL: http://svn.apache.org/viewcvs/myfaces/site/source.cgi?rev=168065&r1=168064&r2=168065&view=diff
==============================================================================
--- myfaces/site/source.cgi (original)
+++ myfaces/site/source.cgi Tue May  3 20:30:36 2005
@@ -1,23 +1,23 @@
-#!/bin/sh
-
-# Copyright 2002-2004 The Apache Software Foundation or its licensors,
-# as applicable.
-#
-# Licensed 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.
-
-# Wrapper script around mirrors.cgi script
-# (we must change to that directory in order for python to pick up the
-#  python includes correctly)
-# Copied from Stefan's http://www.apache.org/~bodewig/mirror.html
-cd /www/www.apache.org/dyn/mirrors 
-/www/www.apache.org/dyn/mirrors/mirrors.cgi $*
+#!/bin/sh
+
+# Copyright 2002-2004 The Apache Software Foundation or its licensors,
+# as applicable.
+#
+# Licensed 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.
+
+# Wrapper script around mirrors.cgi script
+# (we must change to that directory in order for python to pick up the
+#  python includes correctly)
+# Copied from Stefan's http://www.apache.org/~bodewig/mirror.html
+cd /www/www.apache.org/dyn/mirrors 
+/www/www.apache.org/dyn/mirrors/mirrors.cgi $*