rc: add $HOSTNAME for znc --makepem

This commit is contained in:
Aminda Suomalainen 2015-07-22 15:39:26 +03:00
parent 2ba606cce6
commit 2faf5b5ae9
2 changed files with 6 additions and 0 deletions

View File

@ -241,6 +241,9 @@ alias maken="make -j$NPROC"
# Ensure that pkg-config paths are found
#export PKG_CONFIG_PATH=$(which pkg-config)
# znc uses this variable for figuring out hostname
export HOSTNAME=$(hostname --fqdn)
##### Aliases RJ706I #####
# To get sudo work with aliases.

View File

@ -184,6 +184,9 @@ alias maken="make -j$NPROC"
# Ensure that pkg-config paths are found
#export PKG_CONFIG_PATH=$(which pkg-config)
# znc uses this variable for figuring out hostname
export HOSTNAME=$(hostname --fqdn)
##### Aliases RJ706I #####
# To get sudo work with aliases.