~ubuntu-branches/debian/sid/pyro/sid

« back to all changes in this revision

Viewing changes to bin/pyro-essvc.cmd

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Goretkin
  • Date: 2011-08-21 16:04:00 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20110821160400-ugc9tghmf0ycxzwp
Tags: 1:3.14-1
* New upstream release
    - /usr/bin/pyro-rns was removed by upstream
* SECURITY UPDATE: arbitrary file overwriting via symlink (Closes: #631912,
  LP: #830742)
    - store pidfile in /var/run instead of /tmp
    - Pyro/ext/daemonizer.py changed default location to /var/run
    - Pyro/ext/daemonizer.py added command-line parameter (--pidfile=...) to
      override default pidfile location
    - default location for pidfile is tunable via /etc/default/pyro-nsd
    - CVE-2011-2765 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
@echo off
2
 
python -O -tt -c "from Pyro.ext.ES_NtService import PyroES_NTService; import sys; sys.argv[0]='essvc.bat'; PyroES_NTService.HandleCommandLine()" %*
 
2
python -tt -c "from Pyro.ext.ES_NtService import PyroES_NTService; import sys; sys.argv[0]='essvc.bat'; PyroES_NTService.HandleCommandLine()" %*