Browse Source

renamed the apache httpd.init file into apache.init (common vote at 20C3)

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2164 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
e0e91238d6
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      package/rene/apache/apache.conf
  2. +2
    -2
      package/rene/apache/apache.init

+ 1
- 1
package/rene/apache/apache.conf

@ -37,7 +37,7 @@ if [ $pkg = "apache" ] ; then
--enable-disk-cache --enable-ssl --enable-proxy \
--enable-speling --enable-rewrite --enable-so --enable-deflate"
hook_add postmake 3 "install_init httpd $confdir/httpd.init"
hook_add postmake 3 "install_init apache $confdir/apache.init"
fi
if [ "$ROCKCFG_PKG_APACHE_BDB" ] ; then

package/rene/apache/httpd.init → package/rene/apache/apache.init

@ -22,9 +22,9 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
#
# ROCK Linux /etc/rc.d/init.d/httpd
# ROCK Linux /etc/rc.d/init.d/apache
#
# Desc: A http server
# Desc: The Apache http server
# Runlevel: 55 rcX
#

Loading…
Cancel
Save