diff options
author | yar <yar@FreeBSD.org> | 2006-03-07 09:53:11 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2006-03-07 09:53:11 +0000 |
commit | d1c1a7001a8c3d31d5184b15928e3f1ea471f678 (patch) | |
tree | 475a3d9e884fee8cfd250a0f7eb37e7f1d2b6800 /etc/isdn | |
parent | d77810c249b44f66213c73b531ec481b0bfc26f1 (diff) | |
download | FreeBSD-src-d1c1a7001a8c3d31d5184b15928e3f1ea471f678.zip FreeBSD-src-d1c1a7001a8c3d31d5184b15928e3f1ea471f678.tar.gz |
Two years ago, in rev. 1.12, a typo slipped in etc/isdn/Makefile:
a control variable was misspelled as `SCRIPTS_NAME_isdntel.sh'
(should've been `SCRIPTSNAME_isdntel.sh') when the Makefile was
converted to using <bsd.prog.mk>. Consequently, `isdntel.sh' has
been installed as `isdntel' since then. Nevertheless, nobody has
been unhappy with the change. So it's time to make it official.
Approved by: hm
Pointy hat to: ru
MFC after: 3 days
Diffstat (limited to 'etc/isdn')
-rw-r--r-- | etc/isdn/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/isdn/Makefile b/etc/isdn/Makefile index d40ef47..0f27b50 100644 --- a/etc/isdn/Makefile +++ b/etc/isdn/Makefile @@ -8,7 +8,6 @@ SCRIPTS= answer \ tell \ tell-record \ unknown_incoming -SCRIPTS_NAME_isdntel.sh= isdntel.sh FILES= holidays.D \ isdnd.rates.A \ |