Changeset 4438f09775c39ea8ed73c3d4ee9649e014f40f42

Show
Ignore:
Timestamp:
04/29/09 08:42:31 (3 years ago)
Author:
Neutron Soutmun <neo.neutron@…>
Children:
6cdcec9f1a8ed87021fe2e899bb2493e80e9f318
Parents:
f196697eab5e3a78d74348843f9f8382dedd25b2
git-committer:
Neutron Soutmun <neo.neutron@…> (04/29/09 08:42:31)
Message:

Fix regenerate/reload weblogin PHP config file

rahunas (0.1.3.b2-2) unstable; urgency=low

  • debian/rahunas.init:
    • Fix the rahunas could not regererate/reload the weblogin PHP config file. (file bug to upstream).
    • Add force-reload to make lintian happy.

-- Neutron Soutmun <neo.neutron@…> Wed, 29 Apr 2009 08:34:44 +0700

Location:
debian
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • debian/changelog

    rf196697 r4438f09  
     1rahunas (0.1.3.b2-2) unstable; urgency=low 
     2 
     3  * debian/rahunas.init:  
     4    - Fix the rahunas could not regererate/reload the weblogin PHP config file.  
     5      (file bug to upstream). 
     6    - Add force-reload to make lintian happy. 
     7 
     8 -- Neutron Soutmun <neo.neutron@gmail.com>  Wed, 29 Apr 2009 08:34:44 +0700 
     9 
    110rahunas (0.1.3.b2-1) unstable; urgency=low 
    211 
  • debian/rahunas.init

    rf196697 r4438f09  
    7979 
    8080reload () { 
     81 
     82  $WEBLOGIN_CONFIG 
     83 
    8184  start-stop-daemon --stop --quiet --signal HUP \ 
    8285    --pidfile $PID --name $NAME < /dev/null 
     
    123126    fi 
    124127    ;; 
    125   reload) 
     128  reload|force-reload) 
    126129    log_daemon_msg "Reloading $DESC" "$NAME" 
    127130