packages/vncreapeater: fix whitespaces
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@40168 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c1ccba5d1a
commit
9b35ffe8a2
@ -33,11 +33,11 @@ define Package/vncrepeater/conffiles
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/vncrepeater/description
|
define Package/vncrepeater/description
|
||||||
Viewer can be behind Nat router or directly connected to the internet
|
Viewer can be behind Nat router or directly connected to the internet
|
||||||
instead of forwarding serveral ports, you only need to forward 1 port.
|
instead of forwarding serveral ports, you only need to forward 1 port.
|
||||||
If the PC that runs the Repeater has access to the local DNS server,
|
If the PC that runs the Repeater has access to the local DNS server,
|
||||||
you can use your local DNS names instead of 10.10.10.12.
|
you can use your local DNS names instead of 10.10.10.12.
|
||||||
This could be handy when you have a dynamic DHCP server allocating
|
This could be handy when you have a dynamic DHCP server allocating
|
||||||
ip adresses for your PC.
|
ip adresses for your PC.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -49,7 +49,7 @@ define Build/Compile
|
|||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/vncrepeater/install
|
define Package/vncrepeater/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin $(1)/etc
|
$(INSTALL_DIR) $(1)/usr/sbin $(1)/etc
|
||||||
$(CP) $(PKG_BUILD_DIR)/repeater $(1)/usr/sbin/$(PKG_NAME)
|
$(CP) $(PKG_BUILD_DIR)/repeater $(1)/usr/sbin/$(PKG_NAME)
|
||||||
$(INSTALL_DIR) $(1)/etc
|
$(INSTALL_DIR) $(1)/etc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user