diff options
author | Thomas Penteker <tek@serverop.de> | 2014-01-31 00:12:22 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2014-01-31 00:12:22 +0100 |
commit | aa8fa09e20eb5fa6bbf5392d03960b2620b93e57 (patch) | |
tree | f4a5a03a68b8b96b1d99ee968716f2db22ef030e | |
parent | 95dba9b8e83a860cbb722d918b7ee8df402fa36a (diff) | |
download | contrib-aa8fa09e20eb5fa6bbf5392d03960b2620b93e57.tar.gz contrib-aa8fa09e20eb5fa6bbf5392d03960b2620b93e57.tar.xz |
openvswitch: put the start script in the correct folder
-rw-r--r-- | openvswitch/.footprint | 3 | ||||
-rw-r--r-- | openvswitch/Pkgfile | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/openvswitch/.footprint b/openvswitch/.footprint index a925e337e..73386817e 100644 --- a/openvswitch/.footprint +++ b/openvswitch/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/openvswitch/ --rwxr-xr-x root/root etc/ovsd +drwxr-xr-x root/root etc/rc.d/ +-rwxr-xr-x root/root etc/rc.d/ovsd drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/ovs-appctl diff --git a/openvswitch/Pkgfile b/openvswitch/Pkgfile index fa9697d06..b0ceb448a 100644 --- a/openvswitch/Pkgfile +++ b/openvswitch/Pkgfile @@ -17,5 +17,5 @@ build() { make make install DESTDIR=$PKG - install -D $SRC/ovsd $PKG/etc/ovsd + install -D $SRC/ovsd $PKG/etc/rc.d/ovsd } |