mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
e6909fa84f
Rename port 'svrx' to 'srvx'. [2] So I remove svrx. There's only one update in history, so I think I need to asj for a repocopy. PR: 59817, 61218 (update), 61232 [2] Submitted by: Walter Venable <weaseal@hotmail.com> (maintainer) Pointy hat to: me Approved by: erwin (mentor)
12 lines
259 B
Plaintext
12 lines
259 B
Plaintext
--- src/main.c Mon Sep 1 10:50:28 2003
|
|
+++ src/main.c Sun Nov 30 03:17:29 2003
|
|
@@ -65,7 +65,7 @@
|
|
|
|
int quit_services, max_cycles;
|
|
|
|
-char *services_config = "srvx.conf";
|
|
+char *services_config = "../etc/srvx.conf";
|
|
|
|
char **services_argv;
|
|
int services_argc;
|