Fix a missing ";".

This commit is contained in:
hrs 2012-07-09 20:11:32 +00:00
parent ee1db48cca
commit 6403534511

View File

@ -320,7 +320,7 @@ notify 10 {
notify 0 {
match "system" "RCTL";
match "rule" "user:70:swap:.*";
action "/usr/local/etc/rc.d/postgresql restart"
action "/usr/local/etc/rc.d/postgresql restart";
};
*/