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
179fb1ef
Commit
179fb1ef
authored
Jun 20, 2019
by
Paul Cammish
Browse files
Updated banner, added more recommended packages
parent
dc736d82
Changes
4
Hide whitespace changes
Inline
Side-by-side
core/debian/changelog
View file @
179fb1ef
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 @
179fb1ef
...
...
@@ -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 @
179fb1ef
...
...
@@ -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 @
179fb1ef
#!/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