diff options
author | Till Kamppeter <tkamppeter@mandriva.com> | 2003-08-24 21:22:38 +0000 |
---|---|---|
committer | Till Kamppeter <tkamppeter@mandriva.com> | 2003-08-24 21:22:38 +0000 |
commit | cd278a56e2abef87d66d56ef27e6ea2ab4a805d9 (patch) | |
tree | 51caf6c426cd0e93e199877d6f939b0215268634 /perl-install/printer | |
parent | cb14d7b6e7c5e2848d4e8d79ccb4a88f341df3d0 (diff) | |
download | drakx-backup-do-not-use-cd278a56e2abef87d66d56ef27e6ea2ab4a805d9.tar drakx-backup-do-not-use-cd278a56e2abef87d66d56ef27e6ea2ab4a805d9.tar.gz drakx-backup-do-not-use-cd278a56e2abef87d66d56ef27e6ea2ab4a805d9.tar.bz2 drakx-backup-do-not-use-cd278a56e2abef87d66d56ef27e6ea2ab4a805d9.tar.xz drakx-backup-do-not-use-cd278a56e2abef87d66d56ef27e6ea2ab4a805d9.zip |
Adapted version mark in HPOJ config files to the current HPOJ.
Diffstat (limited to 'perl-install/printer')
-rw-r--r-- | perl-install/printer/main.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/printer/main.pm b/perl-install/printer/main.pm index d9e8ce864..a0f113a35 100644 --- a/perl-install/printer/main.pm +++ b/perl-install/printer/main.pm @@ -2287,7 +2287,7 @@ sub configure_hpoj { "\n" . "# The format version of this file:\n" . "# ptal-init ignores devices with incorrect/missing versions.\n" . - "init.version=1\n"; + "init.version=2\n"; # Write model string. if ($model_long !~ /\S/) { |