Skip to content

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

Open
jazzl0ver wants to merge 1 commit into
Distrotech:masterfrom
jazzl0ver:master
Open

Fix of "Use of uninitialized value $t in substitution"#1
jazzl0ver wants to merge 1 commit into
Distrotech:masterfrom
jazzl0ver:master

Conversation

@jazzl0ver
Copy link
Copy Markdown

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