question about build a package
Hi all! This is my first post :-) I try to patch postfix and I want be sure that my procedure is correct :-) apt-get source postfix and I see: f 215552 Jun 3 13:35 postfix_2.7.1-1+squeeze1.diff.gz f 1754 Jun 3 13:35 postfix_2.7.1-1+squeeze1.dsc d 4096 Jun 3 13:35 postfix-2.7.1 f 3418747 Jun 3 13:35 postfix_2.7.1.orig.tar.gz I go to postfix-2.7.1 dir and I patch: patch -p1 < patch.x.y.z everything ok to rebuild I do: dpkg-buildpackage -rfakeroot -uc -us and I've a new postfix package A question: the dir of postfix (created by system after apt-get source postfix), is already patched with debian patches? or I need compile debian patches to that dir? Thanks and sorry for banal question :-/ Pol -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/358bd8db9825ac6e95a024a83316569e.squir...@fuckaround.org
Re: question about build a package
> probably you should patch the package using "quilt". You have more > info here: http://wiki.debian.org/UsingQuilt and here > http://www.debian.org/doc/manuals/maint-guide/modify.en.html hello and thanks for your reply :-) I read about quilt. Do you know if there is some problem compile the package like my previous post? thanks Pol -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/408d2bc5c0727f5386e93155d1e107d1.squir...@fuckaround.org
Re: question about build a package
> Your question is more on-topic for the debian-mentors list. You might get > more help there. ok! I'll subscribe, thanks! Pol -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/87ff8a38c1a18bffdb5cf93df15ec2ae.squir...@fuckaround.org
build own web-gui
Howdy I'm apology if this isn't correct list but I didn't found any way... I need build my own webgui to run bash scripts on my server: that scripts could be something like this (execute by root user): #!/bin/bash # pr.sh # /etc/postfix reload So, I must create a gui do "reload postfix service" (and using it from internet) I can write a php script like this: $output"; ?> But I'm afraid about security issue I've also ssl on apache web. What is the best way to create a "web security gui"? Use post/put apache commands? using php code? Thanks for help! -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/b9224a65e75765f47fd24c36c89a6860.squir...@fuckaround.org
Re: build own web-gui
> Use simple Auth should be fine usingHtaccess I and thanks for the reply webmin does not use apache with auth I need build something like it Thanks! Pol -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2790d8ba7e4617af466bb93bb615d1f6.squir...@fuckaround.org