Skip to content

Commit fd3fd32

Browse files
committed
src/: remove long deprecated obsolete programs
They were all deprecated in runit 1.3.2 (Dec 2005), replaced with sv and removed from the default targets of the makefile by 1.4.0 (Mar 2006), and fully undocumented by 1.5.1 (May 2006). This makes for a ~17 years deprecation notice, pretty good.
1 parent 819cd66 commit fd3fd32

13 files changed

Lines changed: 0 additions & 712 deletions

src/Makefile

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,26 +34,10 @@ runsvdir: runsvdir.o unix.a byte.a time.a
3434
@printf " [CCLD]\t\t$@\n"
3535
${SILENT}$(CC) $^ $(LDFLAGS) $(BUILD_STATIC) -o $@
3636

37-
runsvstat: runsvstat.o unix.a byte.a time.a
38-
@printf " [CCLD]\t\t$@\n"
39-
${SILENT}$(CC) $^ $(LDFLAGS) $(BUILD_STATIC) -o $@
40-
41-
runsvctrl: runsvctrl.o unix.a byte.a
42-
@printf " [CCLD]\t\t$@\n"
43-
${SILENT}$(CC) $^ $(LDFLAGS) $(BUILD_STATIC) -o $@
44-
4537
sv: sv.o unix.a byte.a time.a
4638
@printf " [CCLD]\t\t$@\n"
4739
${SILENT}$(CC) $^ $(LDFLAGS) $(BUILD_STATIC) -o $@
4840

49-
svwaitup: svwaitup.o unix.a byte.a time.a
50-
@printf " [CCLD]\t\t$@\n"
51-
${SILENT}$(CC) $^ $(LDFLAGS) $(BUILD_STATIC) -o $@
52-
53-
svwaitdown: svwaitdown.o unix.a byte.a time.a
54-
@printf " [CCLD]\t\t$@\n"
55-
${SILENT}$(CC) $^ $(LDFLAGS) $(BUILD_STATIC) -o $@
56-
5741
utmpset: utmpset.o unix.a byte.a
5842
@printf " [CCLD]\t\t$@\n"
5943
${SILENT}$(CC) $^ $(LDFLAGS) $(BUILD_STATIC) -o $@

src/runsvctrl.c

Lines changed: 0 additions & 80 deletions
This file was deleted.

src/runsvctrl.check

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/runsvctrl.dist

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/runsvstat.c

Lines changed: 0 additions & 166 deletions
This file was deleted.

src/runsvstat.check

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/runsvstat.dist

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)