diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-31 12:41:17 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-31 12:41:17 +0000 |
| commit | 5ee4e37d0753ed37618816e2adb9f3fd81d24696 (patch) | |
| tree | 8988656fdeffe9abba74c96a4eebd45b1585f1da /net/spat/files/patch-ab | |
| parent | 04527497793503e4b2f9bfecc6316e4d095f6231 (diff) | |
Add spat - a lightweight Intranet Messaging Application for GNOME desktop.
Diffstat (limited to 'net/spat/files/patch-ab')
| -rw-r--r-- | net/spat/files/patch-ab | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net/spat/files/patch-ab b/net/spat/files/patch-ab new file mode 100644 index 000000000000..76a888b1770b --- /dev/null +++ b/net/spat/files/patch-ab @@ -0,0 +1,29 @@ +--- spatd/prefs.c 2000/10/31 11:30:17 1.1 ++++ spatd/prefs.c 2000/10/31 11:30:43 +@@ -16,7 +16,7 @@ + { + struct ifreq ifi; + int sock, iftype = 0; +- char *bcast_addy, *interface = "eth0"; ++ char *bcast_addy, *interface = "ed0"; + + sock = socket(AF_INET, SOCK_DGRAM, 0); + if (sock < 0) +@@ -86,7 +86,7 @@ + printf("Failure to create config. ARG!\n"); + exit(0); + } +- fprintf(fp, "interface: eth0\n"); ++ fprintf(fp, "interface: ed0\n"); + fprintf(fp, "away: no\n"); + fclose(fp); + printf("Wrote ~/.spat/spatrc\n"); +@@ -173,7 +173,7 @@ + printf("Failure to create config. ARG!\n"); + exit(0); + } +- fprintf(fp, "interface: eth0\n"); ++ fprintf(fp, "interface: ed0\n"); + fprintf(fp, "away: no\n"); + fclose(fp); + printf("Wrote ~/.spat/spatrc\n"); |
