mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
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
This commit is contained in:
parent
3445f7439f
commit
a227277a6d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156385
@ -270,6 +270,8 @@ OLD_FILES+=usr/share/man/man8/raidctl.8.gz
|
||||
OLD_FILES+=usr/lib/libkse.a
|
||||
OLD_FILES+=usr/lib/libkse.so
|
||||
.endif
|
||||
# 20040119: installed as `isdntel' in newer systems
|
||||
OLD_FILES+=etc/isdn/isdntel.sh
|
||||
# 200XYYZZ: /lib transition clitches
|
||||
OLD_FILES+=lib/libalias.so
|
||||
OLD_FILES+=lib/libatm.so
|
||||
|
@ -8,7 +8,6 @@ SCRIPTS= answer \
|
||||
tell \
|
||||
tell-record \
|
||||
unknown_incoming
|
||||
SCRIPTS_NAME_isdntel.sh= isdntel.sh
|
||||
|
||||
FILES= holidays.D \
|
||||
isdnd.rates.A \
|
||||
|
Loading…
Reference in New Issue
Block a user