Fix up some lingering problems from rename

This commit is contained in:
Joshua Boniface 2018-09-12 12:24:02 -04:00
parent b6c7153401
commit 2b935bd923
2 changed files with 3 additions and 3 deletions

View File

@ -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 # 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 # blocks can be added but only the one matching the current system hostname will

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# pvcd.py - Daemon startup stub # pvcvd.py - Virtualization daemon startup stub
# Part of the Parallel Virtual Cluster (PVC) system # Part of the Parallel Virtual Cluster (PVC) system
# #
# Copyright (C) 2018 Joshua M. Boniface <joshua@boniface.me> # Copyright (C) 2018 Joshua M. Boniface <joshua@boniface.me>
@ -20,4 +20,4 @@
# #
############################################################################### ###############################################################################
import pvcd.Daemon import pvcvd.Daemon