diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-09-23 01:16:28 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-09-23 01:16:28 +0000 |
commit | 2aa0cfd5eeeb67953fd861a5f60aeb374b7785a7 (patch) | |
tree | a31eaf84f4ba375208d310366e8542a85dbb6835 /contrib/polipo/StartupParameters.plist | |
parent | 011941853cc7f7211b1d57b0b43b6bbbfb013ad1 (diff) | |
download | tor-2aa0cfd5eeeb67953fd861a5f60aeb374b7785a7.tar.gz tor-2aa0cfd5eeeb67953fd861a5f60aeb374b7785a7.zip |
Add my polipo hacks to the tor repo to keep track of them.
svn:r11587
Diffstat (limited to 'contrib/polipo/StartupParameters.plist')
-rw-r--r-- | contrib/polipo/StartupParameters.plist | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/polipo/StartupParameters.plist b/contrib/polipo/StartupParameters.plist new file mode 100644 index 0000000000..8309e930cb --- /dev/null +++ b/contrib/polipo/StartupParameters.plist @@ -0,0 +1,11 @@ +{ + Description = "Polipo"; + Provides = ("Polipo"); + Requires = ("NetworkExtensions","Resolver"); + OrderPreference = "Late"; + Messages = + { + start = "Starting Polipo"; + stop = "Stopping Polipo"; + }; +} |