[MacPorts] #19463: privoxy: uses wrong startup plist

MacPorts noreply at macports.org
Tue Apr 28 06:57:22 PDT 2009


#19463: privoxy: uses wrong startup plist
---------------------------------+------------------------------------------
 Reporter:  cilly@…              |       Owner:  macports-tickets@…                   
     Type:  defect               |      Status:  new                                  
 Priority:  Normal               |   Milestone:                                       
Component:  ports                |     Version:  1.7.1                                
 Keywords:                       |        Port:                                       
---------------------------------+------------------------------------------
 privoxy should be started this way:

 <?xml version="1.0" encoding="UTF-8"?>[[BR]]
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
 "http://www.apple.com/DTDs/PropertyList-1.0.dtd">[[BR]]
 <plist version="1.0">[[BR]]
 <dict>[[BR]]
         <key>Label</key>[[BR]]
         <string>org.privoxy.privoxy</string>[[BR]]
         <key>OnDemand</key>[[BR]]
         <false/>[[BR]]
         <key>Program</key>[[BR]]
         <string>/usr/local/sbin/privoxy</string>[[BR]]
         <key>ProgramArguments</key>[[BR]]
         <array>
                 <string>privoxy</string>[[BR]]
                 <string>--no-daemon</string>[[BR]]
                 <string>--pidfile</string>[[BR]]
                 <string>/var/run/privoxy/privoxy.pid</string>[[BR]]
                 <string>/usr/local/etc/privoxy/config</string>
         </array>[[BR]]
         <key>RunAtLoad</key>[[BR]]
         <true/>[[BR]]
         <key>UserName</key>[[BR]]
         <string>privoxy</string>
 </dict>[[BR]]
 </plist>

 To let privoxy log into /var/run create a folder privoxy as following:

 drwxrwxr-x  3 root  privoxy  102 Apr 28 15:52 /var/run/privoxy

-- 
Ticket URL: <http://trac.macports.org/ticket/19463>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list