diff options
author | Mohit Mehta <mohit@vyatta.com> | 2010-09-13 15:30:36 -0700 |
---|---|---|
committer | Mohit Mehta <mohit@vyatta.com> | 2010-09-13 15:30:36 -0700 |
commit | 540482cdec252219ac48f48903cbf10989da91e8 (patch) | |
tree | cdfe6941bf35ff1697fe8d84aaa7ef837ee9b4d3 /debian | |
parent | 7d37ad1c011cb20df41f3f69ae3b3104702fc186 (diff) | |
download | vyatta-cfg-firewall-540482cdec252219ac48f48903cbf10989da91e8.tar.gz vyatta-cfg-firewall-540482cdec252219ac48f48903cbf10989da91e8.zip |
rename existing file no matter what; don't need the -n flag
Diffstat (limited to 'debian')
-rw-r--r-- | debian/vyatta-cfg-firewall.postinst.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/vyatta-cfg-firewall.postinst.in b/debian/vyatta-cfg-firewall.postinst.in index f4158c1..462993b 100644 --- a/debian/vyatta-cfg-firewall.postinst.in +++ b/debian/vyatta-cfg-firewall.postinst.in @@ -15,6 +15,6 @@ ln -sf /opt/vyatta/sbin/vyatta-ipset.pl ${bindir}/sudo-users/vyatta-ipset.pl for modprobe in vyatta_nf_conntrack vyatta_xt_recent vyatta_sip_options do if [ -f /etc/modprobe.d/${modprobe} ]; then - mv -f -n /etc/modprobe.d/${modprobe} /etc/modprobe.d/${modprobe}.conf + mv -f /etc/modprobe.d/${modprobe} /etc/modprobe.d/${modprobe}.conf fi done |