postinst
来自「Host Identity Protocol on Linux is an im」· 代码 · 共 17 行
TXT
17 行
#!/bin/shldconfigif [ -f /etc/hip/hip_host_dsa_key_anon.pub ]then echo "Not creating host keys under /etc/hip, they already exist"else echo "Creating host keys under /etc/hip" hipconf new hi defaultfiinvoke-rc.d --force --quiet hipd stopupdate-rc.d -f hipd removeupdate-rc.d hipd defaults invoke-rc.d hipd start
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?