You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
345 B
8 lines
345 B
#!/bin/bash |
|
|
|
1. cd /usr/local/src |
|
2. wget http://developer.axis.com/download/distribution/apps-sys-utils-start-stop-daemon-IR1_9_18-2.tar.gz |
|
3. tar zxvf apps-sys-utils-start-stop-daemon-IR1_9_18-2.tar.gz |
|
4. cd apps/sys-utils/start-stop-daemon-IR1_9_18-2 |
|
5. gcc start-stop-daemon.c -o start-stop-daemon |
|
6. cp start-stop-daemon /usr/sbin/
|
|
|