We have some news to share for the request index beta feature. We’ve added more options to sort your requests, counters to the individual filters and documentation for the search functionality. Checkout the blog post for more details.

Project not found: openSUSE:ALP:Experimental:Slowroll:Base

File nis-domainname of Package hostname

#!/bin/bash

source /etc/sysconfig/network/config

if [ -n "${NETCONFIG_NIS_STATIC_DOMAIN}" ] && [ "${NETCONFIG_NIS_SETDOMAINNAME}" = "yes" ] && [ -x /usr/bin/nisdomainname ]; then
    nisdomainname ${NETCONFIG_NIS_STATIC_DOMAIN}
    exit $?
fi

exit 0
openSUSE Build Service is sponsored by