ฉันต้องการกำหนดค่าแพคเกจ ubuntu ผ่าน dpkg-reconfigure ด้วยค่าทั้งหมดที่ให้ผ่านโหมดที่ไม่โต้ตอบ (ในสคริปต์)
ในความเป็นจริงกรณีของฉันคือ firei confiiguration ( http://www.firebirdsql.org/manual/ubusetup.html ) ว่าเมื่อใช้คำสั่ง:
sudo dpkg-reconfigure firebird2.5-superclassic -freadline
ถามค่า 2 ค่าซึ่งคำตอบจะเป็น 'Y' และ 'newpwd'
เอาต์พุตตัวอย่างมีลักษณะดังนี้:
sudo dpkg-reconfigure firebird2.5-superclassic -freadline
* Firebird 2.5 superclassic server not running
Configuring firebird2.5-superclassic
------------------------------------
Accept if you want Firebird server to start automatically.
If you only need the Firebird client and there are no databases that will be served by this host, decline.
Enable Firebird server? Y
Password for firebird 2.5
-------------------------
Firebird has a special user named SYSDBA, which is the user that has access to all databases. SYSDBA can also create new databases and users. Because of this, it
is necessary to secure SYSDBA with a password.
The password is stored in /etc/firebird/2.5/SYSDBA.password (readable only by root). You may modify it there (don't forget to update the security database too,
using the gsec utility), or you may use dpkg-reconfigure to update both.
To keep your existing password, leave this blank.
Password for SYSDBA:
* Starting Firebird 2.5 superclassic server...
...done.
* Firebird 2.5 superclassic server already running
ฉันได้ลองhere strings
ผ่าน bash script เช่นนี้แล้ว:
sudo dpkg-reconfigure firebird2.5-superclassic -f readline << EOF
Y
newpwd
EOF
อย่างไรก็ตามสิ่งนี้ไม่ได้ผลด้วยเหตุผลบางอย่างและขอค่าที่จะให้
แนวคิดใดบ้างที่จะป้อนค่าที่ต้องการให้กับสคริปต์