reorder some source files

This commit is contained in:
2026-03-11 09:59:26 +02:00
parent f4c9948c61
commit a81334aedf
3 changed files with 5 additions and 11 deletions
-3
View File
@@ -213,9 +213,6 @@ EXTRA_DIST = vendor/* \
README.md \
DEVEL.md \
\
test/attic/account_test.go \
test/attic/file_test.go \
test/attic/image_test.go \
test/file_test.go \
\
chart/Chart.yaml.in \
-3
View File
@@ -470,9 +470,6 @@ EXTRA_DIST = vendor/* \
README.md \
DEVEL.md \
\
test/attic/account_test.go \
test/attic/file_test.go \
test/attic/image_test.go \
test/file_test.go \
\
chart/Chart.yaml.in \
+5 -5
View File
@@ -1,10 +1,10 @@
package config
const (
confdir = "/home/ziggi/mstore2/etc/mstore"
rundir = "/home/ziggi/mstore2/tmp/run"
logdir = "/home/ziggi/mstore2/tmp/log"
datadir = "/home/ziggi/mstore2/tmp/data"
confdir = "/usr/local/etc/mstore"
rundir = "/var/run/mstore"
logdir = "/var/log/mstore"
datadir = "/var/data/mstore"
version = "0.2.0"
srvname = "mstored"
srvname = "mstored"
)