- Timestamp:
- Oct 28, 2008, 8:00:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-vnc-server/debian/invirt-vnc-server.postinst
- Property svn:executable set to *
r1386 r1388 24 24 echo "Please be sure to copy vncproxy.crt and vncproxykey.pem into /usr/share/invirt-vnc-server/" 25 25 fi 26 mkdir -p /etc/invirt/secrets 27 if ! [ -e /etc/invirt/secrets/vnc-key ]; then 28 openssl rand -base64 33 >/etc/invirt/secrets/vnc-key 29 fi 26 30 ;; 27 31
Note: See TracChangeset
for help on using the changeset viewer.