summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-10-25 20:35:36 -0400
committerJune McEnroe <june@causal.agency>2019-10-25 20:35:36 -0400
commit616a243635c6185e95b5e26417243be8382c1523 (patch)
tree8f61d9b1f2a50207cede3cec00f8327bf61ae5f6
parentAdd copy of AGPLv3 (diff)
downloadpounce-616a243635c6185e95b5e26417243be8382c1523.tar.gz
pounce-616a243635c6185e95b5e26417243be8382c1523.zip
Rename project pounce
Diffstat (limited to '')
-rw-r--r--.gitignore2
-rw-r--r--Makefile6
-rw-r--r--README.76
-rw-r--r--pounce.1 (renamed from linger.1)8
4 files changed, 11 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index 1532716..1833d1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
 *.o
 *.pem
 config.mk
-linger
+pounce
 tags
diff --git a/Makefile b/Makefile
index 4ebdd0c..c21a1a6 100644
--- a/Makefile
+++ b/Makefile
@@ -14,9 +14,9 @@ OBJS += ring.o
 OBJS += server.o
 OBJS += state.o
 
-all: tags linger
+all: tags pounce
 
-linger: ${OBJS}
+pounce: ${OBJS}
 	${CC} ${LDFLAGS} ${OBJS} ${LDLIBS} -o $@
 
 ${OBJS}: bounce.h
@@ -25,4 +25,4 @@ tags: *.c *.h
 	ctags -w *.c *.h
 
 clean:
-	rm -f tags linger ${OBJS}
+	rm -f tags pounce ${OBJS}
diff --git a/README.7 b/README.7
index 562dbe6..6223c4f 100644
--- a/README.7
+++ b/README.7
@@ -1,9 +1,9 @@
-.Dd October 22, 2019
+.Dd October 25, 2019
 .Dt README 7
 .Os "Causal Agency"
 .
 .Sh NAME
-.Nm linger
+.Nm pounce
 .Nd IRC bouncer
 .
 .Sh DESCRIPTION
@@ -32,4 +32,4 @@ buffer between server and clients
 .El
 .
 .Sh SEE ALSO
-.Xr linger 1
+.Xr pounce 1
diff --git a/linger.1 b/pounce.1
index 1b6c09f..08a5a85 100644
--- a/linger.1
+++ b/pounce.1
@@ -1,9 +1,9 @@
-.Dd October 24, 2019
-.Dt LINGER 1
+.Dd October 25, 2019
+.Dt POUNCE 1
 .Os
 .
 .Sh NAME
-.Nm linger
+.Nm pounce
 .Nd IRC bouncer
 .
 .Sh SYNOPSIS
@@ -121,7 +121,7 @@ Log in with the password
 .
 .Sh STANDARDS
 The
-.Nm linger
+.Nm
 daemon implements the following:
 .
 .Bl -item
itle='2017-07-24 23:17:20 -0400'>2017-07-24Autopickup ringsJune McEnroe 2017-07-24Name dogJune McEnroe 2017-07-23Add nethackrcJune McEnroe 2017-07-23Remove useless setuid in briJune McEnroe Don't you think it would be better if the setuid bit only gave you permission to do it and didn't do it for you? 2017-07-23Clean up hnel a tiny bitJune McEnroe 2017-07-21Set window size in hnelJune McEnroe 2017-07-21Add hnelJune McEnroe 2017-07-19chmod 600 in dtchJune McEnroeb8f9c3&follow=1'>Add xterm output to schemeJune McEnroe