From e1bfe0ff6b13ec94b92a0647ba32aec81a41e56e Mon Sep 17 00:00:00 2001 From: Roberto Ricci Date: Sun, 19 Jan 2025 23:35:43 +0100 Subject: [PATCH] soju: fix wrong command name in README.voidlinux --- srcpkgs/soju/files/README.voidlinux | 4 ++-- srcpkgs/soju/template | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/soju/files/README.voidlinux b/srcpkgs/soju/files/README.voidlinux index 2d93e22a390..50196640e6a 100644 --- a/srcpkgs/soju/files/README.voidlinux +++ b/srcpkgs/soju/files/README.voidlinux @@ -3,6 +3,6 @@ The system service /etc/sv/soju runs soju as system user _soju. By default, the database will be stored in /var/db/soju/ and logs will be in /var/log/soju/. Both directories are owned by user _soju. -To initialize the database, make sure you run sojuctl as the _soju user: +To initialize the database, make sure you run sojudb as the _soju user: -$ sudo -u _soju sojuctl -config /etc/soju/config create-user -admin +$ sudo -u _soju sojudb -config /etc/soju/config create-user -admin diff --git a/srcpkgs/soju/template b/srcpkgs/soju/template index 5eefe1378f3..94ac3ff95b9 100644 --- a/srcpkgs/soju/template +++ b/srcpkgs/soju/template @@ -1,7 +1,7 @@ # Template file for 'soju' pkgname=soju version=0.8.2 -revision=1 +revision=2 build_style=go go_import_path="codeberg.org/emersion/soju" go_package="./cmd/... ./contrib/..."