Small typo fixes from Paul Lampron
This commit is contained in:
parent
9a4f911b3d
commit
32e5db5906
3 changed files with 7 additions and 7 deletions
2
Makefile
2
Makefile
|
|
@ -50,7 +50,7 @@ install: all
|
|||
$(INSTALL) -D -o root -g root -m 0644 etc/ip_pool.default $(etcdir)/l2tpns.ip_pool
|
||||
$(INSTALL) -D -o root -g root -m 0600 etc/users.default $(etcdir)/l2tpns.users
|
||||
for PLUGIN in $(PLUGINS); do \
|
||||
$(INSTALL) -o root -g root -m 0755 $(PLUGIN) $(libdir)/$(PLUGIN); \
|
||||
$(INSTALL) -D -o root -g root -m 0755 $(PLUGIN) $(libdir)/$(PLUGIN); \
|
||||
done
|
||||
if [ ! -e /dev/net/tun ]; then \
|
||||
mkdir /dev/net; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue