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
325 B
8 lines
325 B
#!/bin/bash |
|
|
|
cd /usr/local/src |
|
wget http://developer.axis.com/download/distribution/apps-sys-utils-start-stop-daemon-IR1_9_18-2.tar.gz |
|
tar zxvf apps-sys-utils-start-stop-daemon-IR1_9_18-2.tar.gz |
|
cd apps/sys-utils/start-stop-daemon-IR1_9_18-2 |
|
gcc start-stop-daemon.c -o start-stop-daemon |
|
cp start-stop-daemon /usr/sbin/ |