summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/lpd/lpd.c
diff options
context:
space:
mode:
authorGarance A Drosehn <gad@FreeBSD.org>2001-06-15 16:28:37 +0000
committerGarance A Drosehn <gad@FreeBSD.org>2001-06-15 16:28:37 +0000
commit31058a75d0da273bee4cdbee795e2473a337261f (patch)
treea5811d553f3de3564033f5fca355610ed870db5c /usr.sbin/lpr/lpd/lpd.c
parent838bfef2397c1416b3b5be5126189d75f5dc9829 (diff)
Notes
Diffstat (limited to 'usr.sbin/lpr/lpd/lpd.c')
-rw-r--r--usr.sbin/lpr/lpd/lpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lpd/lpd.c b/usr.sbin/lpr/lpd/lpd.c
index 0394351a75c0f..d7de7492ec776 100644
--- a/usr.sbin/lpr/lpd/lpd.c
+++ b/usr.sbin/lpr/lpd/lpd.c
@@ -140,7 +140,7 @@ main(int argc, char **argv)
socket_debug = 0;
gethostname(host, sizeof(host));
- name = "lpd";
+ progname = "lpd";
if (euid != 0)
errx(EX_NOPERM,"must run as root");