diff options
| author | Dan Horák <dan@danny.cz> | 2010-06-23 09:00:59 +0200 |
|---|---|---|
| committer | Dan Horák <dan@danny.cz> | 2010-06-23 09:00:59 +0200 |
| commit | 22e174c60c59e3287b69fa9fb3ce26ffb3ea40c6 (patch) | |
| tree | 691c916f8640211eaeef11dbaa3bad4f82001993 | |
| parent | e5c402cb3c131cb34457eb932a00825779fa19b5 (diff) | |
| download | utils-22e174c60c59e3287b69fa9fb3ce26ffb3ea40c6.tar.gz utils-22e174c60c59e3287b69fa9fb3ce26ffb3ea40c6.tar.xz utils-22e174c60c59e3287b69fa9fb3ce26ffb3ea40c6.zip | |
CPI is available only on LPAR, remove the reference to z/VM
| -rw-r--r-- | cpi.initd | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ # # chkconfig: 12345 80 20 # description: Set Control Program Identification on IBM zSeries \ -# that's reported from Linux guest to a LPAR or z/VM +# that's reported on a Linux LPAR ### BEGIN INIT INFO # Provides: cpi @@ -20,7 +20,7 @@ # Default-Stop: 0 6 # Short-Description: Set control program identification on IBM zSeries # Description: Set Control Program Identification on IBM zSeries \ -# that's reported from Linux guest to a LPAR or z/VM +# that's reported on a Linux LPAR ### END INIT INFO # Source function library. |
