Fix up some lingering problems from rename
This commit is contained in:
parent
b6c7153401
commit
2b935bd923
|
@ -1,4 +1,4 @@
|
|||
# pvcd cluster configuration file example
|
||||
# pvcvd cluster configuration file example
|
||||
#
|
||||
# This configuration file specifies details for this node in PVC. Multiple host
|
||||
# blocks can be added but only the one matching the current system hostname will
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
# pvcd.py - Daemon startup stub
|
||||
# pvcvd.py - Virtualization daemon startup stub
|
||||
# Part of the Parallel Virtual Cluster (PVC) system
|
||||
#
|
||||
# Copyright (C) 2018 Joshua M. Boniface <joshua@boniface.me>
|
||||
|
@ -20,4 +20,4 @@
|
|||
#
|
||||
###############################################################################
|
||||
|
||||
import pvcd.Daemon
|
||||
import pvcvd.Daemon
|
||||
|
|
Loading…
Reference in New Issue