move logs to /var/log
authorGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Wed, 3 Oct 2012 16:52:50 +0000 (18:52 +0200)
committerGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Wed, 3 Oct 2012 16:52:50 +0000 (18:52 +0200)
sliver-openvswitch.spec

index f8f568e..3157f2d 100644 (file)
@@ -32,7 +32,7 @@ Openvswitch tuned for running within a PlanetLab sliver
 %build
 ./boot.sh
 # let's be as close as the regular linux/fedora layout
-./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-logdir=/var/log
 make
 
 %install