Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix of "Use of uninitialized value $t in substitution" #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jazzl0ver
Copy link

Following command issues multiple errors:

/usr/bin/cfgmaker --global "forks: 2" --global "HtmlDir: /var/www/mrtg" --global "ImageDir: /var/www/mrtg"     --global "LogDir: /var/lib/mrtg" --global "ThreshDir: /var/lib/mrtg" --global "Options[_]: growright,bits"     --global "LogFormat: rrdtool" --global "IconDir: /mrtg" --subdirs=HOSTNAME     --if-filter='$default && ($if_type != 53)' --ifref=name --ifdesc=alias public@sw-4
Use of uninitialized value $t in substitution (s///) at /usr/bin/cfgmaker line 1376.
Use of uninitialized value $t in substitution (s///) at /usr/bin/cfgmaker line 1377.
Use of uninitialized value $t in substitution (s///) at /usr/bin/cfgmaker line 1378.
Use of uninitialized value $fs in pattern match (m//) at /usr/bin/cfgmaker line 1383.
Use of uninitialized value $t in hash element at /usr/bin/cfgmaker line 1384.
...

Following command issues multiple errors:
```
/usr/bin/cfgmaker --global "forks: 2" --global "HtmlDir: /var/www/mrtg" --global "ImageDir: /var/www/mrtg"     --global "LogDir: /var/lib/mrtg" --global "ThreshDir: /var/lib/mrtg" --global "Options[_]: growright,bits"     --global "LogFormat: rrdtool" --global "IconDir: /mrtg" --subdirs=HOSTNAME     --if-filter='$default && ($if_type != 53)' --ifref=name --ifdesc=alias public@sw-4
Use of uninitialized value $t in substitution (s///) at /usr/bin/cfgmaker line 1376.
Use of uninitialized value $t in substitution (s///) at /usr/bin/cfgmaker line 1377.
Use of uninitialized value $t in substitution (s///) at /usr/bin/cfgmaker line 1378.
Use of uninitialized value $fs in pattern match (m//) at /usr/bin/cfgmaker line 1383.
Use of uninitialized value $t in hash element at /usr/bin/cfgmaker line 1384.
...
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant