Changeset 718
- Timestamp:
- 11/30/09 10:00:38 (4 months ago)
- Files:
-
- 1 modified
-
trunk/debian/init.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/init.d
r715 r718 16 16 # Author: Pavel Vinogradov <Pavel.Vinogradov@nixdev.net> 17 17 # 18 # /etc/init.d/sams : start and stop the sams daemon18 # /etc/init.d/sams2: start and stop the sams daemon 19 19 20 20 SAMSPATH=`cat /etc/sams2.conf | grep SAMSPATH | tr "SAMSPATH=" "\0"` … … 72 72 73 73 restart|force-reload) 74 /etc/init.d/sams stop75 /etc/init.d/sams start74 /etc/init.d/sams2 stop 75 /etc/init.d/sams2 start 76 76 ;; 77 77
