Updated again - the CVS pserver manifest
I just got an email from a colleague within Sun regarding my CVS Pserver entry. He noticed that I had written
Now the keen-eyed amongst you will notice that svcadm doesn't have an "import" sub-command. The commands that we should be using here are in fact
which makes a world of difference!
I've updated the original entry to reflect this correction. I'm still getting referrer hits for it more than 6 months after posting.
# svcadm import /var/svc/manifest/network/pserver-tcp.xml # svcadm enable svc:/network/pserver/tcp:default
Now the keen-eyed amongst you will notice that svcadm doesn't have an "import" sub-command. The commands that we should be using here are in fact
# svccfg import /var/svc/manifest/network/pserver-tcp.xml # svcadm enable svc:/network/pserver/tcp:default
which makes a world of difference!
I've updated the original entry to reflect this correction. I'm still getting referrer hits for it more than 6 months after posting.