- Timestamp:
- Feb 5, 2010, 3:16:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2.0/nanobsd/nanobsd/files/usr/local/etc/rc.d/sshtun
r7417 r7469 13 13 rcvar=`set_rcvar` 14 14 15 port=${sshtun_port}15 flags=${sshtun_flags} 16 16 17 17 command=/usr/local/sshtun/sshtun.sh … … 28 28 sshtun_start() 29 29 { 30 ${command} start ${ port} &30 ${command} start ${flags} & 31 31 } 32 32 33 33 sshtun_stop() 34 34 { 35 ${command} stop ${port}35 ${command} stop 36 36 } 37 37
Note:
See TracChangeset
for help on using the changeset viewer.