Changeset 036ab9a in freewrt for package/chillispot


Ignore:
Timestamp:
May 13, 2007, 12:36:00 AM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
84afd92
Parents:
96f261f
Message:

by request of wbx@:

make it possible for users to do
| /etc/init.d/<foo> restart
instead of having to do
| /etc/init.d/S*<foo> restart
by moving the order into a magickal™ comment.

Untested.

Also remove the svn:executable properties, because rcS and rcK will
always call them with /bin/sh, and bump dashvers accordingly.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2485 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/chillispot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • package/chillispot/Makefile

    r96f261f r036ab9a  
    99PKG_NAME:=              chillispot
    1010PKG_VERSION:=           1.0
    11 PKG_RELEASE:=           2
     11PKG_RELEASE:=           3
    1212PKG_MD5SUM:=            997827a9302a85920cfbc1334092ac0c
    13 PKG_INIT:=              70
    1413PKG_SOURCE_URL:=        http://www.chillispot.org/download
    1514
     
    2928        ${INSTALL_DIR} ${IDIR_CHILLISPOT}/usr/sbin
    3029        ${INSTALL_BIN} ./files/${PKG_NAME}.init \
    31                 ${IDIR_CHILLISPOT}/etc/init.d/S${PKG_INIT}chilli
     30                ${IDIR_CHILLISPOT}/etc/init.d/chilli
    3231        ${INSTALL_DATA} ${WRKBUILD}/doc/chilli.conf ${IDIR_CHILLISPOT}/etc/
    3332        ${INSTALL_BIN} ${WRKINST}/usr/sbin/chilli ${IDIR_CHILLISPOT}/usr/sbin/
  • package/chillispot/files/chillispot.init

    r96f261f r036ab9a  
    1 #!/bin/sh
    2 
     1#FWINIT 70
    32. /etc/rc.conf
    43
Note: See TracChangeset for help on using the changeset viewer.