Re: undo configuration file changes
On 5/31/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hello, In the Moment i'm packaging some software and wonder if there is a possibility to handle files such as crontab or configuration files of other programs to add a directive with postinst but also to remove that directive with prerm. Is there a predefined possibility for that or do I have to implement this in a script? Check out /etc/cron.d for setting up cron jobs for your package. I suppose other applications that could support such "pluggable" configurations have similar support. For example, apache2 lets you put stuff into /etc/apache2/conf.d, xinetd lets you put stuff in /etc/xinet.d, and so on. You should look into that. -- Kushal -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: manpages.debian.org has been modernized!
Ian Jackson writes: > Michael Stapelberg writes ("Re: manpages.debian.org has been modernized!"): >> On Thu, Jan 19, 2017 at 4:43 PM, Ian Jackson >> wrote: >> > mariner:~> curl -s >> > 'https://manpages.debian.org/cgi-bin/man.cgi?query=make&apropos=0&sektion=0&manpath=Debian+8+jessie&format=html&locale=en' >> > | grep debiman >> > mariner:~> >> >> You’re querying the old software of manpages.debian.org which will be >> turned down soon. > > I got that page as follows: > > Type into my browser address bar > https://manpages.debian.org/ > This redirects to > https://manpages.debian.org/cgi-bin/man.cgi > and then if I type in details I get a url like the above. > > Hrm. > > I just looked with HEAD(1) and I don't get the redirect. > > Is it possible that there was previously a permanent redirect issued > from the toplevel URL to this cgi-bin one ? I'm not sure how to > bypass such a thing. > What web browser are you using? A few ways to clear out old 301-redirects in Firefox are discussed here: https://superuser.com/questions/467999/clear-301-redirect-cache-in-firefox -- regards, kushal