This package will serve as the home for any common basic functions we need in the Sipwise codebase. Which should avoid duplicating them all over the place. Change-Id: I52aa2dcd68dedb7ca9062c365b3338eb4dbbfef6changes/44/17444/3
parent
00696448b5
commit
09838865ee
@ -0,0 +1,6 @@
|
|||||||
|
#
|
||||||
|
# Collection of Sipwise common bash functions.
|
||||||
|
#
|
||||||
|
|
||||||
|
set -e
|
||||||
|
set -u
|
||||||
@ -0,0 +1,3 @@
|
|||||||
|
#
|
||||||
|
# Collection of Sipwise sysvinit bash functions.
|
||||||
|
#
|
||||||
@ -0,0 +1 @@
|
|||||||
|
bash/* /usr/share/bash/
|
||||||
@ -0,0 +1,2 @@
|
|||||||
|
usr/share/man
|
||||||
|
usr/share/perl5
|
||||||
Loading…
Reference in new issue