# Default-Start: 3 4 5
# Default-Stop: 0 1 2 6
# Short-Description: certificate master for Fedora Unified Network Control 'master server only'
-# Description: certificate master to sign/manage ca/cert infrastructure for func
+# Description: certificate master to sign/manage ca/cert infrastructure
### END INIT INFO
# chkconfig header
# chkconfig: - 98 99
-# description: certificate master to sign/manage ca/cert infrastructure for func
+# description: certificate master to sign/manage ca/cert infrastructure
#
# processname: /usr/bin/certmaster
#!/usr/bin/python
-from func import certmaster
+from certmaster import certmaster
import sys
import glob
import os
-import func
-import func.certs
-import func.certmaster
+import certmaster
+import certmaster.certs
+import certmaster.certmaster
errorprint('Must be root to run certmaster-ca')
return 1
- cm = func.certmaster.CertMaster()
+ cm = certmaster.certmaster.CertMaster()
(opts, args) = parseargs(args)
import sys
import distutils.sysconfig
-from func.minion import server
+print "This app is not implemented yet!"
-if __name__ == "__main__":
- server.main(sys.argv)
+# from func.minion import server
+#
+#if __name__ == "__main__":
+# server.main(sys.argv)