Projects
home:ajaissle:branches:Kolab:Development
kolab-scripts
check-hostname.sh
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File check-hostname.sh of Package kolab-scripts
#!/bin/bash PATH=/usr/bin:/bin echo -n "Checking for FQDN... " if [[ $(hostname -f) != $(hostname -s) ]]; then echo OK else echo echo " error: no fully qualified domain name" echo " Run 'yast2 lan' -> tab 'Hostname/DNS' to configure the domain name" echo " Without this Kolab won't work" read -p "Do you want to run 'yast2 lan' now? [Y/n] " ANSWER [[ "$ANSWER" != "n" ]] && /sbin/yast2 lan fi
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.