[apt-proxy-devel] r718 - in trunk: debian doc

Xavier Lüthi xluthi at alioth.debian.org
Wed Dec 16 13:29:28 UTC 2009


Author: xluthi
Date: Wed Dec 16 13:29:27 2009
New Revision: 718

Log:
Explain how to change apt-proxy's process owner easily (Closes: #292145).

Modified:
   trunk/debian/default
   trunk/doc/apt-proxy.conf
   trunk/doc/apt-proxy.conf.5

Modified: trunk/debian/default
==============================================================================
--- trunk/debian/default	Tue Dec 15 14:58:59 2009	(r717)
+++ trunk/debian/default	Wed Dec 16 13:29:27 2009	(r718)
@@ -6,6 +6,11 @@
 ## Log file
 #logfile=/var/log/apt-proxy.log
 
+## User owning the log file and running the apt-proxy daemon process.  This 
+## value should be the same as configured in /etc/apt-proxy/apt-proxy.conf 
+## ("username" parameter).
+#user=aptproxy
+
 ## change process priority as suggested in http://bugs.debian.org/275658
 ## Feel free to change or comment this line if needed.
 renice 5 $$ >/dev/null

Modified: trunk/doc/apt-proxy.conf
==============================================================================
--- trunk/doc/apt-proxy.conf	Tue Dec 15 14:58:59 2009	(r717)
+++ trunk/doc/apt-proxy.conf	Wed Dec 16 13:29:27 2009	(r718)
@@ -8,6 +8,9 @@
 ;; Server port to listen on
 port = 9999
 
+;; User running the apt-proxy daemon process(es) (default: aptproxy)
+; username = aptproxy
+
 ;; Control files (Packages/Sources/Contents) refresh rate
 ;;
 ;; Minimum age of a file before it is refreshed

Modified: trunk/doc/apt-proxy.conf.5
==============================================================================
--- trunk/doc/apt-proxy.conf.5	Tue Dec 15 14:58:59 2009	(r717)
+++ trunk/doc/apt-proxy.conf.5	Wed Dec 16 13:29:27 2009	(r718)
@@ -31,6 +31,11 @@
 TCP port on which apt\-proxy will listen for requests.
 
 .TP
+.B username
+User running the apt-proxy daemon process(es).  This value should be the same as 
+configured in /etc/default/apt-proxy.  Default: aptproxy
+
+.TP
 .B min_refresh_delay
 If different from \fBoff\fP, means that Packages and other control
 files will not be refreshed until they are at least this age.



More information about the apt-proxy-devel mailing list