Changeset 411

Show
Ignore:
Timestamp:
21/08/2007 11:41:42 (1 year ago)
Author:
nextime
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • packages/main/coova-chilli/tags/mercury/debian/changelog

    r410 r411  
     1coova-chilli (1.0.7.mercury-3) stable; urgency=low 
     2 
     3  * Another fix  
     4 
     5 -- Unixmedia S.r.l. (Medianix Devel) <devel@unixmedia.it>  Tue, 21 Aug 2007 11:41:08 +0200 
     6 
    17coova-chilli (1.0.7.mercury-2) stable; urgency=low 
    28 
  • packages/main/coova-chilli/tags/mercury/debian/conffiles

    r406 r411  
    11/etc/chilli.conf 
    22/etc/default/chilli 
     3/etc/init.d/chilli 
  • packages/main/coova-chilli/tags/mercury/debian/coova-chilli.chilli.init

    r406 r411  
    1616NAME=chilli 
    1717DESC=chilli 
     18OPTS="-c /etc/chilli.conf" 
    1819 
    1920START_CHILLI=1 
     
    3536        echo -n "Starting $DESC: " 
    3637        start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \ 
    37                 --exec $DAEMON 
     38                --exec $DAEMON -- $OPTS 
    3839        echo "$NAME." 
    3940        ;; 
     
    6768        sleep 1 
    6869        start-stop-daemon --start --quiet --pidfile \ 
    69                 /var/run/$NAME.pid --exec $DAEMON 
     70                /var/run/$NAME.pid --exec $DAEMON -- $OPTS 
    7071        echo "$NAME." 
    7172        ;; 
  • packages/main/coova-chilli/tags/mercury/debian/coova-chilli.init

    r406 r411  
    1616NAME=chilli 
    1717DESC=chilli 
     18OPTS="-c /etc/chilli.conf" 
    1819 
    1920START_CHILLI=1 
     
    3536        echo -n "Starting $DESC: " 
    3637        start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \ 
    37                 --exec $DAEMON 
     38                --exec $DAEMON -- $OPTS 
    3839        echo "$NAME." 
    3940        ;; 
     
    6768        sleep 1 
    6869        start-stop-daemon --start --quiet --pidfile \ 
    69                 /var/run/$NAME.pid --exec $DAEMON 
     70                /var/run/$NAME.pid --exec $DAEMON -- $OPTS 
    7071        echo "$NAME." 
    7172        ;; 
  • packages/main/coova-chilli/tags/mercury/debian/rules

    r407 r411  
    6262        # Add here commands to install the package into debian/chillispot. 
    6363        $(MAKE) install prefix=$(CURDIR)/debian/coova-chilli/usr 
    64  
     64        rm -rf $(CURDIR)/debian/coova-chilli/usr/etc 
    6565        install -m 644 -o root -g root $(CURDIR)/debian/coova-chilli-medianix/chilli.conf $(CURDIR)/debian/coova-chilli/etc/ 
    6666        install -m 644 -o root -g root $(CURDIR)/debian/coova-chilli-medianix/chilli.default \ 
  • packages/main/coova-chilli/trunk/debian/changelog

    r410 r411  
     1coova-chilli (1.0.7-3) unstable; urgency=low 
     2 
     3  * Another fix 
     4 
     5 -- Unixmedia S.r.l. (Medianix Devel) <devel@unixmedia.it>  Tue, 21 Aug 2007 11:39:37 +0200 
     6 
    17coova-chilli (1.0.7-2) unstable; urgency=low 
    28 
  • packages/main/coova-chilli/trunk/debian/conffiles

    r405 r411  
    11/etc/chilli.conf 
    22/etc/default/chilli 
     3/etc/init.d/chilli 
  • packages/main/coova-chilli/trunk/debian/coova-chilli.init

    r405 r411  
    1616NAME=chilli 
    1717DESC=chilli 
     18OPTS="-c /etc/chilli.conf" 
    1819 
    1920START_CHILLI=1 
     
    3536        echo -n "Starting $DESC: " 
    3637        start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \ 
    37                 --exec $DAEMON 
     38                --exec $DAEMON -- $OPTS 
    3839        echo "$NAME." 
    3940        ;; 
     
    6768        sleep 1 
    6869        start-stop-daemon --start --quiet --pidfile \ 
    69                 /var/run/$NAME.pid --exec $DAEMON 
     70                /var/run/$NAME.pid --exec $DAEMON -- $OPTS 
    7071        echo "$NAME." 
    7172        ;; 
  • packages/main/coova-chilli/trunk/debian/rules

    r407 r411  
    6262        # Add here commands to install the package into debian/chillispot. 
    6363        $(MAKE) install prefix=$(CURDIR)/debian/coova-chilli/usr 
    64  
     64        rm -rf $(CURDIR)/debian/coova-chilli/usr/etc 
    6565        install -m 644 -o root -g root $(CURDIR)/debian/coova-chilli-medianix/chilli.conf $(CURDIR)/debian/coova-chilli/etc/ 
    6666        install -m 644 -o root -g root $(CURDIR)/debian/coova-chilli-medianix/chilli.default \