[aur-dev] [PATCH] systemd compatibility
--- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index afab274..1a41066 100644 --- a/INSTALL +++ b/INSTALL @@ -53,7 +53,7 @@ Setup on Arch Linux: 6) Configure MySQL - Start the MySQL service. Example: - # /etc/rc.d/mysqld start + # systemctl start mysqld - Create database # mysqladmin -p create AUR -- 1.8.0.1
On Tue, Dec 04, 2012 at 06:29:59PM +0100, Marcel Korpel wrote:
--- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied on maint -- thanks!
diff --git a/INSTALL b/INSTALL index afab274..1a41066 100644 --- a/INSTALL +++ b/INSTALL @@ -53,7 +53,7 @@ Setup on Arch Linux:
6) Configure MySQL - Start the MySQL service. Example: - # /etc/rc.d/mysqld start + # systemctl start mysqld
- Create database # mysqladmin -p create AUR -- 1.8.0.1
participants (2)
-
Lukas Fleischer
-
Marcel Korpel