chiark / gitweb /
Provide more .txt `docs' (xbatmon-simple.txt, rcopy-repeatedly.txt).
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 29 Mar 2016 21:47:06 +0000 (22:47 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 29 Mar 2016 21:47:06 +0000 (22:47 +0100)
cprogs/Makefile
cprogs/cgi-fcgi-interp.c
cprogs/rcopy-repeatedly.c
debian/changelog

index 68322f8be242e0473238215c7d7028ce26da3a60..809381f65b62fb262f01ec8f326962ea522a2959 100644 (file)
@@ -35,7 +35,8 @@ DAEMONS=              trivsoundd
 MAN1PAGES=             readbuffer.1 writebuffer.1 with-lock-ex.1 \
                        xduplic-copier.1 summer.1
 MAN8PAGES=             trivsoundd.8 really.8
-SEDDERYDOCS=           watershed.txt
+SEDDERYDOCS=           watershed.txt cgi-fcgi-interp.txt \
+                       xbatmon-simple.txt rcopy-repeatedly.txt
 BUILTTXTDOCS=          $(SEDDERYDOCS)
 TXTDOCS=               $(BUILTTXTDOCS)
 
index f455dbe2665a563038c7d5ac7ff3888cb4d3620d..ef48cfda3b80af8b02e6375639943f07558a44cf 100644 (file)
@@ -69,7 +69,6 @@
  * cgi-fcgi-interp automatically expires old sockets, including
  * ones where the named script is out of date.
  */
-
 /*
  * Uses one of two directories
  *   /var/run/user/<UID>/cgi-fcgi-interp/
index fc2741d31b038bbcd2e7626bd20fa1e648a3256c..01a72186330a31ee3f70b23d006be70fa0a09edc 100644 (file)
@@ -24,7 +24,6 @@
  *
  *   See the --help for options.
  */     
-
 /*
  * rcopy-repeatedly is
  *  Copyright (C) 2008 Ian Jackson <ian@davenant.greenend.org.uk>
@@ -46,7 +45,6 @@
  * Foundation's website at www.fsf.org, or the GNU Project website at
  * www.gnu.org.
  */
-
 /*
  * protocol is:
  *   server sends banner
index 6f70b83a14cd119179a31f4a2ee8ed18e1699802..6de61bc506553d01afef465f692079a9ed1f3eca 100644 (file)
@@ -3,6 +3,7 @@ chiark-utils (4.5.0~~iwj1) unstable; urgency=medium
   * New script `git-branchmove'.
   * New program `cgi-fcgi-interp'.
   * Install manpage summer(1).
+  * Provide more .txt `docs' (xbatmon-simple.txt, rcopy-repeatedly.txt).
 
  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Tue, 29 Mar 2016 22:35:23 +0100