Deleted Added
full compact
ctl-hlfsd.in (42629) ctl-hlfsd.in (51292)
1#!/bin/sh
2# control starting, stopping, or restarting hlfsd.
3# usage: ctl-hlfsd [start | stop | restart]
4#
5# Package: am-utils-6.0
6# Author: Erez Zadok <ezk@cs.columbia.edu>
7#
1#!/bin/sh
2# control starting, stopping, or restarting hlfsd.
3# usage: ctl-hlfsd [start | stop | restart]
4#
5# Package: am-utils-6.0
6# Author: Erez Zadok <ezk@cs.columbia.edu>
7#
8# chkconfig: 345 73 7
8# chkconfig: - 72 28
9# description: hlfsd is a daemon similar to amd, used to redirect user
10# mail to home directory of the user
9# description: hlfsd is a daemon similar to amd, used to redirect user
10# mail to home directory of the user
11# processname: hlfsd
12#
11
12# set path
13prefix=@prefix@
14exec_prefix=@exec_prefix@
15PATH=@sbindir@:@bindir@:/usr/ucb:/usr/bin:/bin:${PATH}
16export PATH
17
18# kill the named process(es)

--- 87 unchanged lines hidden ---
13
14# set path
15prefix=@prefix@
16exec_prefix=@exec_prefix@
17PATH=@sbindir@:@bindir@:/usr/ucb:/usr/bin:/bin:${PATH}
18export PATH
19
20# kill the named process(es)

--- 87 unchanged lines hidden ---