diff options
Diffstat (limited to 'network/policyd2/rc.policyd2')
-rw-r--r-- | network/policyd2/rc.policyd2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/policyd2/rc.policyd2 b/network/policyd2/rc.policyd2 index 80c9598635..7980d959bb 100644 --- a/network/policyd2/rc.policyd2 +++ b/network/policyd2/rc.policyd2 @@ -1,13 +1,13 @@ #!/bin/sh # -# Copyright (c) 2008-2010, Nishant Limbachia, Hoffman Estates, IL, USA +# Copyright (c) 2008-2011, Nishant Limbachia, Hoffman Estates, IL, USA # # /etc/rc.d/rc.policyd2 # start|stop|restart|status Policyd2 daemon # # The PIDFILE is setup in the config file. Default is /var/run/policyd2.pid # If you change the location in the config file then it **needs** to be -# changed here too for the script to work correctly +# changed here too for the script to work correctly. PIDFILE="/var/run/policyd2.pid" CONFIG="/etc/policyd2.conf" |