summaryrefslogtreecommitdiff
path: root/debian/openvswitch-switch.logrotate
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2009-07-08 10:30:42 -0700
committerBen Pfaff <blp@nicira.com>2009-07-08 10:30:42 -0700
commit8cd4882fd5c3080816a070ad582ef06842f7c482 (patch)
tree831da94590152ddd5498e8614aaeb9c026884e03 /debian/openvswitch-switch.logrotate
parentde2047c5124f4301931587cb4af79ebe4f5d2f02 (diff)
downloadopenvswitch-8cd4882fd5c3080816a070ad582ef06842f7c482.tar.gz
Rename "secchan" to "ofproto" (library) and "ovs-openflowd" (program).
These names are more meaningful, so we prefer them.
Diffstat (limited to 'debian/openvswitch-switch.logrotate')
-rw-r--r--debian/openvswitch-switch.logrotate4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/openvswitch-switch.logrotate b/debian/openvswitch-switch.logrotate
index 41394e862..a45cc2a76 100644
--- a/debian/openvswitch-switch.logrotate
+++ b/debian/openvswitch-switch.logrotate
@@ -1,4 +1,4 @@
-/var/log/openvswitch/secchan.log {
+/var/log/openvswitch/ovs-openflowd.log {
daily
compress
create 640 root adm
@@ -6,6 +6,6 @@
missingok
rotate 30
postrotate
- ovs-appctl --target /var/run/secchan.pid --reopen
+ ovs-appctl --target /var/run/ovs-openflowd.pid --reopen
endscript
}