1 # Warning that the syntax has changed since 2.0
4 if [[ $oldver == 1* ]]; then
5 echo '============================================='
6 echo ' NOTE: The syntax of arch-daemon has changed '
7 echo ' since version 2.0. In short, dashes are no '
8 echo ' longer needed. For example:'
9 echo ' daemon s cups httpd'
10 echo ' See the files CHANGES and README for more:'
11 echo ' https://github.com/cassava/arch-daemon'
12 echo '============================================='