mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-08 22:16:09 +02:00
Der MySQL-Server aktiviert und startet sich direkt bei der Installation.
red-static sollte nun wieder ein Stueck weit besser gehen. PCI-/USB-IDs aktualisiert. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@931 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
10
src/paks/mysql/install.sh
Normal file
10
src/paks/mysql/install.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
. /opt/pakfire/lib/functions.sh
|
||||
|
||||
extract_files
|
||||
|
||||
ln -svf ../init.d/mysql /etc/rc.d/rc0.d/K26mysql
|
||||
ln -svf ../init.d/mysql /etc/rc.d/rc3.d/S34mysql
|
||||
ln -svf ../init.d/mysql /etc/rc.d/rc6.d/K26mysql
|
||||
|
||||
/etc/init.d/mysql start
|
||||
3
src/paks/mysql/uninstall.sh
Normal file
3
src/paks/mysql/uninstall.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -rvf /etc/rc.d/rc*.d/*mysql
|
||||
4
src/paks/mysql/update.sh
Normal file
4
src/paks/mysql/update.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
. /opt/pakfire/lib/functions.sh
|
||||
|
||||
extract_files
|
||||
Reference in New Issue
Block a user