Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ian Eiloart
Sympl
Commits
e722438e
Commit
e722438e
authored
Jun 20, 2019
by
Paul Cammish
Browse files
Updated banner, added more recommended packages
parent
7f2c21b1
Changes
4
Hide whitespace changes
Inline
Side-by-side
core/debian/changelog
View file @
e722438e
sympl-core (9.0.190620.1) stable; urgency=medium
* Updated recommended packages
* Updated MOTD banner
-- Paul Cammish <sympl@kelduum.net> Thu, 20 Jun 2019 14:31:00 +0100¶
sympl-core (9.0.190620.0) stable; urgency=medium
* Added cron for sympl-ssl, making sure it runs first
...
...
core/debian/control
View file @
e722438e
...
...
@@ -17,8 +17,10 @@ Depends: lsb-base (>= 3.0-6),
libpam
-
cracklib
,
${
misc
:
Depends
}
Recommends
:
sympl
-
backup
,
sympl
-
cron
,
sympl
-
mail
,
sympl
-
firewall
,
sympl
-
ftp
,
sympl
-
web
,
sympl
-
monit
,
sympl
-
mysql
,
sympl
-
phpmyadmin
,
sympl
-
dns
,
sympl
-
webmail
,
sympl
-
updater
,
openssh
-
server
,
nano
,
vim
,
htop
,
strace
,
wget
,
curl
sympl
-
dns
,
sympl
-
webmail
,
sympl
-
updater
,
openssh
-
server
,
nano
,
vim
,
htop
,
strace
,
wget
,
curl
,
iotop
,
less
,
lsof
,
psmisc
,
rsync
,
screen
,
smartmontools
,
telnet
,
mtr
-
tiny
,
xfsprogs
,
tree
,
dnsutils
Provides
:
bytemark
-
symbiosis
,
sympl
-
common
Conflicts
:
bytemark
-
symbiosis
Replaces
:
bytemark
-
symbiosis
,
sympl
-
common
...
...
core/debian/sympl-core.init
View file @
e722438e
...
...
@@ -30,10 +30,10 @@ SCRIPTNAME=/etc/init.d/$NAME
case
"
$1
"
in
'start'
)
log_action_msg
"System configured with
$DESC
"
echo
"
$(
tput bold
)
"
cat
<<
EOF
┌─────┐ v9.0
└─┐ │
beta
└─┐ │
┌─────────┐ ┌───┐ ┌───┐ ┌─────────────┐ ┌───────────┐ │ │
┌─┘ ┌───────┘ │ │ │ │ │ ┌─┐ ┌─┐ └─┐ │ ┌─────┐ └─┐ │ │
│ └─┐ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
...
...
@@ -44,8 +44,8 @@ case "$1" in
└─────────┘ └───────┐ │ └───┘ └───┘ └───┘ │ ┌───────┘ └───────┘
┌───────┘ ┌─┘ │ │
└─────────┘ └───┘ https://sympl.host
EOF
echo
"
$(
tput sgr0
)
"
;;
'stop'
)
...
...
core/update-motd.d/00-sympl-banner
View file @
e722438e
#!/bin/sh
echo
`
tput bold
`
cat
<<
EOF
┌─────┐ v9.0
└─┐ │
beta
└─┐ │
┌─────────┐ ┌───┐ ┌───┐ ┌─────────────┐ ┌───────────┐ │ │
┌─┘ ┌───────┘ │ │ │ │ │ ┌─┐ ┌─┐ └─┐ │ ┌─────┐ └─┐ │ │
│ └─┐ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
...
...
@@ -14,6 +14,5 @@ cat <<EOF
└─────────┘ └───────┐ │ └───┘ └───┘ └───┘ │ ┌───────┘ └───────┘
┌───────┘ ┌─┘ │ │
└─────────┘ └───┘ https://sympl.host
EOF
echo
`
tput sgr0
`
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment