/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Teddy Hogeborn
  • Date: 2010-09-12 03:22:48 UTC
  • Revision ID: teddy@fukt.bsnet.se-20100912032248-6cizkymqivr5uzwm
* Makefile (run-server): Remove warning about now-eliminated error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
234
234
# Run the server with a local config
235
235
run-server: confdir/mandos.conf confdir/clients.conf
236
236
        @echo "#################################################################"
237
 
        @echo "# NOTE: Please IGNORE errors about \"No permission to bind to    #"
238
 
        @echo "# interface\" or \"Could not open file u'/var/run/mandos.pid'\" -  #"
239
 
        @echo "# they are harmless and are caused by the server not running as #"
240
 
        @echo "# root.  Do NOT run \"make run-server\" server as root if you did #"
241
 
        @echo "# not also unpack and compile it as root.                       #"
 
237
        @echo "# NOTE: Please IGNORE the error about \"Could not open file      #"
 
238
        @echo "# u'/var/run/mandos.pid'\" -  it is harmless and is caused by    #"
 
239
        @echo "# the server not running as root.  Do NOT run \"make run-server\" #"
 
240
        @echo "# server as root if you didn't also unpack and compile it thus. #"
242
241
        @echo "#################################################################"
243
242
        ./mandos --debug --no-dbus --configdir=confdir $(SERVERARGS)
244
243