diff options
Diffstat (limited to 'openvswitch')
-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 } |