diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2000-03-09 18:05:48 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2000-03-09 18:05:48 +0000 |
commit | 8d59a14f13154baa6ffef97a5065f4958582c3ee (patch) | |
tree | 645d2421aef007fbe487058f0f9ed489abb60e93 /misc/yaunc/files/patch-ab | |
parent | Include libXThrStub.so on the Alpha package version. (diff) |
yaunc is "yet another" client for the Uptimes project, at www.uptimes.net.
Notes
Notes:
svn path=/head/; revision=26695
Diffstat (limited to 'misc/yaunc/files/patch-ab')
-rw-r--r-- | misc/yaunc/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/yaunc/files/patch-ab b/misc/yaunc/files/patch-ab new file mode 100644 index 000000000000..db393d6669da --- /dev/null +++ b/misc/yaunc/files/patch-ab @@ -0,0 +1,11 @@ +--- main.c.orig Sun Mar 5 11:26:38 2000 ++++ main.c Sun Mar 5 11:26:57 2000 +@@ -13,7 +13,7 @@ + struct utsname sys_info; + struct info info; + time_t uptime; +- char * path = "/etc/yaunc.conf"; ++ char * path = ETCDIR"yaunc.conf"; + char * data_ptr; + + /* read data from the conf file */ |