Browse Source

Rotate logs as superuser, because this requires writing to the RPM/TMP directory among other things

master
Michael Schloh von Bennewitz 23 years ago committed by Ralf S. Engelschall
parent
commit
d681da9c68
  1. 2
      mysql/mysql.spec
  2. 2
      mysql/rc.mysql

2
mysql/mysql.spec

@ -39,7 +39,7 @@ Distribution: OpenPKG [BASE]
Group: Database
License: GPL
Version: %{V_opkg}
Release: 20030919
Release: 20031007
# package options
%option with_berkeleydb yes

2
mysql/rc.mysql

@ -67,7 +67,7 @@
rcService mysql active no && exit 0
rc mysql stop start
%daily -u @l_rusr@
%daily -u @l_susr@
rcService mysql enable yes || exit 0
# rotate logfiles

Loading…
Cancel
Save